#5FF0E2
A light, vivid cyan closely aligning with Turquoise.
About #5FF0E2
The precise color #5FF0E2 is an excellent choice for modern design projects. It is closely associated with the named CSS color Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 240, and 226.
If you are designing for print, the four-color process is what matters most. The color uses 60% Cyan, 0% Magenta, 6% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
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#5FF0E2
RGB95, 240, 226
HSL174.2°, 82.9%, 65.7%
CMYK60%, 0%, 6%, 6%
HSV174.2°, 60.4%, 94.1%
LAB87.1, -41.9, -4.8
XYZ49.6, 70.2, 82.9
Decimal6287586
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
15.05:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF0E2;
}
.text-color {
color: #5FF0E2;
}
.border-color {
border: 2px solid #5FF0E2;
}