#7CD3CC
A light, moderate cyan closely aligning with Mediumturquoise.
About #7CD3CC
When working with digital screens, the color #7CD3CC is rendered by mixing light. It is closely associated with the named CSS color Mediumturquoise. In the RGB color space, it consists of 124 red, 211 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 41% C, 0% M, 3% Y, and 17% K. With a hue angle of 175.2 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7CD3CC
RGB124, 211, 204
HSL175.2°, 49.7%, 65.7%
CMYK41%, 0%, 3%, 17%
HSV175.2°, 41.2%, 82.7%
LAB79.2, -27.9, -4.8
XYZ42.5, 55.2, 65.5
Decimal8180684
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.05:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CD3CC;
}
.text-color {
color: #7CD3CC;
}
.border-color {
border: 2px solid #7CD3CC;
}