#5FE2D3
A light, moderate cyan closely aligning with Turquoise.
About #5FE2D3
The hex code #5FE2D3 represents a beautifully specific shade of cyan. Designers often compare it to the standard color Turquoise. In the RGB color space, it consists of 95 red, 226 green, and 211 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 58% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#5FE2D3
RGB95, 226, 211
HSL173.1°, 69.3%, 62.9%
CMYK58%, 0%, 7%, 11%
HSV173.1°, 58.0%, 88.6%
LAB82.7, -39.4, -3.5
XYZ43.7, 61.5, 71.2
Decimal6283987
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.31:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE2D3;
}
.text-color {
color: #5FE2D3;
}
.border-color {
border: 2px solid #5FE2D3;
}