#5FF0D3
A light, vivid cyan closely aligning with Turquoise.
About #5FF0D3
Visually, #5FF0D3 is defined as a vivid cyan. Designers often compare it to the standard color Turquoise. This translates to an RGB value of rgb(95, 240, 211).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 60% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FF0D3
RGB95, 240, 211
HSL168.0°, 82.9%, 65.7%
CMYK60%, 0%, 12%, 6%
HSV168.0°, 60.4%, 94.1%
LAB86.7, -45.6, 2.5
XYZ47.6, 69.5, 72.5
Decimal6287571
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.89:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF0D3;
}
.text-color {
color: #5FF0D3;
}
.border-color {
border: 2px solid #5FF0D3;
}