#2CDBB6
A medium, vivid cyan closely aligning with Turquoise.
About #2CDBB6
At its core, #2CDBB6 is a medium and vivid hue. 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 182.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 80% cyan, 0% magenta, 17% 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. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CDBB6
RGB44, 219, 182
HSL167.3°, 70.9%, 51.6%
CMYK80%, 0%, 17%, 14%
HSV167.3°, 79.9%, 85.9%
LAB78.8, -50.9, 6.2
XYZ34.8, 54.6, 53.0
Decimal2939830
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.92:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CDBB6;
}
.text-color {
color: #2CDBB6;
}
.border-color {
border: 2px solid #2CDBB6;
}