#2CD3C5
A medium, moderate cyan closely aligning with Turquoise.
About #2CD3C5
At its core, #2CD3C5 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Turquoise. Its digital footprint relies on 44 parts red, 211 parts green, and 197 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 79% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#2CD3C5
RGB44, 211, 197
HSL175.0°, 65.5%, 50.0%
CMYK79%, 0%, 7%, 17%
HSV175.0°, 79.1%, 82.7%
LAB76.8, -43.5, -4.8
XYZ34.4, 51.2, 60.9
Decimal2937797
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.23:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CD3C5;
}
.text-color {
color: #2CD3C5;
}
.border-color {
border: 2px solid #2CD3C5;
}