#7CCCC5
A light, moderate cyan closely aligning with Mediumturquoise.
About #7CCCC5
The precise color #7CCCC5 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumturquoise. In the RGB color space, it consists of 124 red, 204 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 39% Cyan, 0% Magenta, 3% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7CCCC5
RGB124, 204, 197
HSL174.8°, 44.0%, 64.3%
CMYK39%, 0%, 3%, 20%
HSV174.8°, 39.2%, 80.0%
LAB77.0, -26.1, -4.3
XYZ40.0, 51.5, 60.7
Decimal8178885
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.30:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CCCC5;
}
.text-color {
color: #7CCCC5;
}
.border-color {
border: 2px solid #7CCCC5;
}