#2CC5C5
A medium, moderate cyan closely aligning with Darkturquoise.
About #2CC5C5
At its core, #2CC5C5 is a medium and moderate hue. Designers often compare it to the standard color Darkturquoise. This translates to an RGB value of rgb(44, 197, 197).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 78% C, 0% M, 0% Y, and 23% K. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2CC5C5
RGB44, 197, 197
HSL180.0°, 63.5%, 47.3%
CMYK78%, 0%, 0%, 23%
HSV180.0°, 77.7%, 77.3%
LAB72.6, -37.2, -11.1
XYZ31.1, 44.5, 59.8
Decimal2934213
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.12:1
Text on #FFFFFF
FAIL
9.90:1
Text on #000000
AAA
2.03:1
Text on #F8FAFC
FAIL
8.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CC5C5;
}
.text-color {
color: #2CC5C5;
}
.border-color {
border: 2px solid #2CC5C5;
}