#5FE9E2
A light, vivid cyan closely aligning with Turquoise.
About #5FE9E2
When working with digital screens, the color #5FE9E2 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Turquoise. In the RGB color space, it consists of 95 red, 233 green, and 226 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 59% C, 0% M, 3% Y, and 9% K. The HSL representation is 177.0° hue, 75.8% saturation, and 64.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FE9E2
RGB95, 233, 226
HSL177.0°, 75.8%, 64.3%
CMYK59%, 0%, 3%, 9%
HSV177.0°, 59.2%, 91.4%
LAB85.1, -38.7, -7.8
XYZ47.6, 66.2, 82.2
Decimal6285794
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.24:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE9E2;
}
.text-color {
color: #5FE9E2;
}
.border-color {
border: 2px solid #5FE9E2;
}