#2CDBCC
A medium, vivid cyan closely aligning with Turquoise.
About #2CDBCC
The hex code #2CDBCC represents a beautifully specific shade of cyan. Designers often compare it to the standard color Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 219, and 204.
For print applications, it's crucial to understand its CMYK makeup. The color uses 80% Cyan, 0% Magenta, 7% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CDBCC
RGB44, 219, 204
HSL174.9°, 70.9%, 51.6%
CMYK80%, 0%, 7%, 14%
HSV174.9°, 79.9%, 85.9%
LAB79.4, -45.1, -4.7
XYZ37.3, 55.6, 65.9
Decimal2939852
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.73:1
Text on #FFFFFF
FAIL
12.11:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CDBCC;
}
.text-color {
color: #2CDBCC;
}
.border-color {
border: 2px solid #2CDBCC;
}