#5FDBCC
A light, moderate cyan closely aligning with Turquoise.
About #5FDBCC
At its core, #5FDBCC is a light and moderate hue. If you're using CSS, you might find it aligns closely with Turquoise. In the RGB color space, it consists of 95 red, 219 green, and 204 blue.
Translating this color to physical media requires the CMYK color model. The color uses 57% Cyan, 0% Magenta, 7% Yellow, and 14% Black. The HSL representation is 172.7° hue, 63.3% saturation, and 61.6% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FDBCC
RGB95, 219, 204
HSL172.7°, 63.3%, 61.6%
CMYK57%, 0%, 7%, 14%
HSV172.7°, 56.6%, 85.9%
LAB80.4, -38.0, -3.0
XYZ40.9, 57.5, 66.1
Decimal6282188
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.49:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FDBCC;
}
.text-color {
color: #5FDBCC;
}
.border-color {
border: 2px solid #5FDBCC;
}