#5FE2F0
A light, vivid cyan closely aligning with Darkturquoise.
About #5FE2F0
When working with digital screens, the color #5FE2F0 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 226, and 240.
For print applications, it's crucial to understand its CMYK makeup. The color uses 60% Cyan, 6% Magenta, 0% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
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#5FE2F0
RGB95, 226, 240
HSL185.8°, 82.9%, 65.7%
CMYK60%, 6%, 0%, 6%
HSV185.8°, 60.4%, 94.1%
LAB83.5, -31.7, -17.6
XYZ47.6, 63.1, 92.1
Decimal6284016
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.62:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE2F0;
}
.text-color {
color: #5FE2F0;
}
.border-color {
border: 2px solid #5FE2F0;
}