Color: #4FEFFB

#4FEFFB Color Information

#4FEFFB is a light color. The closest websafe version is #4FEFFB. A complement of this color would be #FB5B50, perceived brightness is 0.76, and the grayscale version is #A5A5A5.

In the HSL color space, this color has a hue angle of 184°,a saturation of 96%, and a lightness of 65%.The HSV representation shows a hue of 184°, a saturation of 69%, and a value of 98%.

In a RGB color space, #4FEFFB is composed of 31% red, 94% green and 98% blue. Whereas in a CMYK color space, it is composed of 69% cyan, 5% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 69.47, x: 0.2557, and y: 0.3521.

Color Code #4FEFFB

#4FEFFBrgb(79, 239, 251)
HEX
#4FEFFB
RGB
rgb(79, 239, 251)
HSL
hsl(184, 96%, 65%)
HSV
hsv(184, 69%, 98%)
CMYK
69%, 5%, 0%, 2%
XYZ
X: 50.45, Y: 69.47, Z: 77.39
Lab
L: 86.73, a: -39.92, b: -18.63
Name

Shades of Color #4FEFFB

Shades are created by darkening the original color #4FEFFB in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #4FEFFB

Tints are created by lightening the original color #4FEFFB in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#4FEFFBrgb(79, 239, 251)

About #4FEFFB Color Code

In the HSL color space, this color has a hue angle of 184°, a saturation of 96%, and a lightness of 65%. The HSV representation shows a hue of 184°, a saturation of 69%, and a value of 98%.

  • HEX: #4FEFFB
  • RGB: rgb(79, 239, 251)
  • HSL: hsl(184, 96%, 65%)
  • HSV: hsv(184, 69%, 98%)
  • CMYK: 69.00% cyan, 5.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 50.45, 69.47, 77.39
  • Yxy: 69.47, 0.2557, 0.3521
  • Hunter Lab: 86.73, -39.92, -18.63
  • CIE-Lab: 86.73, -39.92, -18.63

In the XYZ color space, this color is represented as X: 50.45, Y: 69.47, Z: 77.39. The Yxy representation further refines this as Y: 69.47, x: 0.2557, and y: 0.3521.

In the Hunter Lab color space, this color is represented as L: 86.73, a: -39.92, and b: -18.63. Similarly, in the CIE-Lab color space, it is represented as L: 86.73, a: -39.92, and b: -18.63.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #4FEFFB

Triadic colors are three colors evenly spaced around the color wheel, including #4FEFFB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #4FEFFB

Analogous colors are adjacent to #4FEFFB on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #4FEFFB

Split complementary colors are two colors adjacent to the complementary color of #4FEFFB. They create a balanced and visually appealing color scheme.

Tetradic Colors of #4FEFFB

Tetradic colors form a rectangle on the color wheel, including #4FEFFB. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #4FEFFB

Monochromatic colors are variations of #4FEFFB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #4FEFFB

The complementary color of #4FEFFB is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #4FEFFB

/* Using HEX */
body {
  background-color: #4feffb;
}
/* Using RGB */
body {
  background-color: rgb(79, 239, 251);
}
/* Using RGB with opacity */
body {
  background-color: rgba(79, 239, 251, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(184, 96%, 65%);
}
/* Text color */
p {
  color: #4feffb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #4feffb;
}
/* Border color */
.box {
  border: 4px solid #4feffb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #4feffb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #4feffb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#4FEFFB
On Black Background
#4FEFFB
On White Background
#4FEFFB

HTML Examples of #4FEFFB

<!-- Using HEX -->
<div style="background-color: #4feffb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(79, 239, 251); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(79, 239, 251, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(184, 96%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #4feffb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #4feffb; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #4feffb; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #4feffb;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #4feffb; color: #fff; padding: 16px; border-radius: 8px;">
  #4FEFFB
</div>
#4FEFFB
On Black Background
#4FEFFB
On White Background
#4FEFFB

Related Colors of #4FEFFB

These colors are similar to #4FEFFB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.