#7CD3C5
A light, moderate cyan closely aligning with Mediumturquoise.
About #7CD3C5
The hex code #7CD3C5 represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Mediumturquoise. In the RGB color space, it consists of 124 red, 211 green, and 197 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 41% C, 0% M, 7% Y, and 17% K. The HSL representation is 170.3° hue, 49.7% saturation, and 65.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CD3C5
RGB124, 211, 197
HSL170.3°, 49.7%, 65.7%
CMYK41%, 0%, 7%, 17%
HSV170.3°, 41.2%, 82.7%
LAB79.0, -29.5, -1.3
XYZ41.7, 54.9, 61.2
Decimal8180677
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
11.98:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CD3C5;
}
.text-color {
color: #7CD3C5;
}
.border-color {
border: 2px solid #7CD3C5;
}