Color: #4EFCFC

#4EFCFC Color Information

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

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

In a RGB color space, #4EFCFC is composed of 31% red, 99% green and 99% blue. Whereas in a CMYK color space, it is composed of 69% cyan, 0% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 77.38, x: 0.2592, and y: 0.3664.

Color Code #4EFCFC

#4EFCFCrgb(78, 252, 252)
HEX
#4EFCFC
RGB
rgb(78, 252, 252)
HSL
hsl(180, 97%, 65%)
HSV
hsv(180, 69%, 99%)
CMYK
69%, 0%, 0%, 1%
XYZ
X: 54.73, Y: 77.38, Z: 79.08
Lab
L: 90.50, a: -45.04, b: -13.57
Name

Shades of Color #4EFCFC

Shades are created by darkening the original color #4EFCFC 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 #4EFCFC

Tints are created by lightening the original color #4EFCFC 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.

#4EFCFCrgb(78, 252, 252)

About #4EFCFC Color Code

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

  • HEX: #4EFCFC
  • RGB: rgb(78, 252, 252)
  • HSL: hsl(180, 97%, 65%)
  • HSV: hsv(180, 69%, 99%)
  • CMYK: 69.00% cyan, 0.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 54.73, 77.38, 79.08
  • Yxy: 77.38, 0.2592, 0.3664
  • Hunter Lab: 90.50, -45.04, -13.57
  • CIE-Lab: 90.50, -45.04, -13.57

In the XYZ color space, this color is represented as X: 54.73, Y: 77.38, Z: 79.08. The Yxy representation further refines this as Y: 77.38, x: 0.2592, and y: 0.3664.

In the Hunter Lab color space, this color is represented as L: 90.50, a: -45.04, and b: -13.57. Similarly, in the CIE-Lab color space, it is represented as L: 90.50, a: -45.04, and b: -13.57.

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 #4EFCFC

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

Analogous Colors of #4EFCFC

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

Split Complementary Colors of #4EFCFC

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

Tetradic Colors of #4EFCFC

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

Monochromatic Colors of #4EFCFC

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

Complementary Color of #4EFCFC

The complementary color of #4EFCFC 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 #4EFCFC

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

HTML Examples of #4EFCFC

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

Related Colors of #4EFCFC

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