Color: #5DEFEF

#5DEFEF Color Information

#5DEFEF is a light color. The closest websafe version is #5DEFEF. A complement of this color would be #EF5D5D, perceived brightness is 0.77, and the grayscale version is #A6A6A6.

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

In a RGB color space, #5DEFEF is composed of 36% red, 94% green and 94% blue. Whereas in a CMYK color space, it is composed of 61% cyan, 0% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 69.55, x: 0.2649, and y: 0.3659.

Color Code #5DEFEF

HEX
#5DEFEF
RGB
rgb(93, 239, 239)
HSL
hsl(180, 82%, 65%)
HSV
hsv(180, 61%, 94%)
CMYK
61%, 0%, 0%, 6%
XYZ
X: 50.36, Y: 69.55, Z: 70.18
Lab
L: 86.77, a: -40.33, b: -12.29
Name

Shades of Color #5DEFEF

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

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

About #5DEFEF Color Code

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

  • HEX: #5DEFEF
  • RGB: rgb(93, 239, 239)
  • HSL: hsl(180, 82%, 65%)
  • HSV: hsv(180, 61%, 94%)
  • CMYK: 61.00% cyan, 0.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 50.36, 69.55, 70.18
  • Yxy: 69.55, 0.2649, 0.3659
  • Hunter Lab: 86.77, -40.33, -12.29
  • CIE-Lab: 86.77, -40.33, -12.29

In the XYZ color space, this color is represented as X: 50.36, Y: 69.55, Z: 70.18. The Yxy representation further refines this as Y: 69.55, x: 0.2649, and y: 0.3659.

In the Hunter Lab color space, this color is represented as L: 86.77, a: -40.33, and b: -12.29. Similarly, in the CIE-Lab color space, it is represented as L: 86.77, a: -40.33, and b: -12.29.

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 #5DEFEF

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

Analogous Colors of #5DEFEF

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

Monochromatic Colors of #5DEFEF

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

Complementary Color of #5DEFEF

The complementary color of #5DEFEF 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 #5DEFEF

/* Using HEX */
body {
  background-color: #5defef;
}
/* Using RGB */
body {
  background-color: rgb(93, 239, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(93, 239, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(180, 82%, 65%);
}
/* Text color */
p {
  color: #5defef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #5defef;
}

HTML Examples of #5DEFEF

<!-- Using HEX -->
<div style="background-color: #5defef; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(93, 239, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(93, 239, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(180, 82%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #5defef;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #5defef; width: 100px; height: 100px;"></div>

Related Colors of #5DEFEF

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