#2CCCC5
A medium, moderate cyan closely aligning with Mediumturquoise.
About #2CCCC5
The precise color #2CCCC5 is an excellent choice for modern design projects. Its closest recognized web color is Mediumturquoise. This translates to an RGB value of rgb(44, 204, 197).
For print applications, it's crucial to understand its CMYK makeup. The color uses 78% Cyan, 0% Magenta, 3% Yellow, and 20% Black. The HSL representation is 177.4° hue, 64.5% saturation, and 48.6% lightness.
Contrast ratios determine whether this color is safe for typography. 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#2CCCC5
RGB44, 204, 197
HSL177.4°, 64.5%, 48.6%
CMYK78%, 0%, 3%, 20%
HSV177.4°, 78.4%, 80.0%
LAB74.7, -40.4, -7.9
XYZ32.7, 47.8, 60.3
Decimal2936005
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.55:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CCCC5;
}
.text-color {
color: #2CCCC5;
}
.border-color {
border: 2px solid #2CCCC5;
}