#7CCCCC
A light, moderate cyan closely aligning with Mediumturquoise.
About #7CCCCC
The hex code #7CCCCC represents a beautifully specific shade of cyan. Designers often compare it to the standard color Mediumturquoise. This translates to an RGB value of rgb(124, 204, 204).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 39% C, 0% M, 0% Y, and 20% K. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7CCCCC
RGB124, 204, 204
HSL180.0°, 44.0%, 64.3%
CMYK39%, 0%, 0%, 20%
HSV180.0°, 39.2%, 80.0%
LAB77.2, -24.4, -7.7
XYZ40.8, 51.8, 65.0
Decimal8178892
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.37:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CCCCC;
}
.text-color {
color: #7CCCCC;
}
.border-color {
border: 2px solid #7CCCCC;
}