#66CCCC
A light, moderate cyan closely aligning with Mediumturquoise.
About #66CCCC
Visually, #66CCCC is defined as a moderate cyan. Designers often compare it to the standard color Mediumturquoise. This translates to an RGB value of rgb(102, 204, 204).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 50% cyan, 0% magenta, 0% yellow, and 20% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66CCCC
RGB102, 204, 204
HSL180.0°, 50.0%, 60.0%
CMYK50%, 0%, 0%, 20%
HSV180.0°, 50.0%, 80.0%
LAB76.3, -29.6, -9.1
XYZ38.0, 50.4, 64.8
Decimal6737100
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.07:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66CCCC;
}
.text-color {
color: #66CCCC;
}
.border-color {
border: 2px solid #66CCCC;
}