#7CC5B6
A light, moderate cyan closely aligning with Mediumturquoise.
About #7CC5B6
Visually, #7CC5B6 is defined as a moderate cyan. It is closely associated with the named CSS color Mediumturquoise. This translates to an RGB value of rgb(124, 197, 182).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 37% C, 0% M, 8% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7CC5B6
RGB124, 197, 182
HSL167.7°, 38.6%, 62.9%
CMYK37%, 0%, 8%, 23%
HSV167.7°, 37.1%, 77.3%
LAB74.6, -26.2, 0.3
XYZ36.7, 47.6, 51.5
Decimal8177078
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.52:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CC5B6;
}
.text-color {
color: #7CC5B6;
}
.border-color {
border: 2px solid #7CC5B6;
}