#2CE2D3
A medium, vivid cyan closely aligning with Turquoise.
About #2CE2D3
The hex code #2CE2D3 represents a beautifully specific shade of cyan. Designers often compare it to the standard color Turquoise. This translates to an RGB value of rgb(44, 226, 211).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 81% C, 0% M, 7% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CE2D3
RGB44, 226, 211
HSL175.1°, 75.8%, 52.9%
CMYK81%, 0%, 7%, 11%
HSV175.1°, 80.5%, 88.6%
LAB81.6, -46.2, -5.1
XYZ40.0, 59.6, 71.0
Decimal2941651
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.93:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
10.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CE2D3;
}
.text-color {
color: #2CE2D3;
}
.border-color {
border: 2px solid #2CE2D3;
}