#2CE2DB
A medium, vivid cyan closely aligning with Turquoise.
About #2CE2DB
The hex code #2CE2DB represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Turquoise. Its digital footprint relies on 44 parts red, 226 parts green, and 219 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 81% C, 0% M, 3% Y, and 11% K. The HSL representation is 177.7° hue, 75.8% saturation, and 52.9% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CE2DB
RGB44, 226, 219
HSL177.7°, 75.8%, 52.9%
CMYK81%, 0%, 3%, 11%
HSV177.7°, 80.5%, 88.6%
LAB81.9, -44.0, -9.0
XYZ41.0, 60.0, 76.4
Decimal2941659
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.61:1
Text on #FFFFFF
FAIL
13.01:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CE2DB;
}
.text-color {
color: #2CE2DB;
}
.border-color {
border: 2px solid #2CE2DB;
}