#5FE2CC
A light, moderate cyan closely aligning with Turquoise.
About #5FE2CC
Visually, #5FE2CC is defined as a moderate cyan. 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, 226, and 204.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 58% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5FE2CC
RGB95, 226, 204
HSL169.9°, 69.3%, 62.9%
CMYK58%, 0%, 10%, 11%
HSV169.9°, 58.0%, 88.6%
LAB82.5, -41.2, -0.1
XYZ42.8, 61.2, 66.7
Decimal6283980
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.24:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE2CC;
}
.text-color {
color: #5FE2CC;
}
.border-color {
border: 2px solid #5FE2CC;
}