#66F0FF
A light, vivid cyan closely aligning with Darkturquoise.
About #66F0FF
At its core, #66F0FF is a light and vivid hue. It is closely associated with the named CSS color Darkturquoise. In the RGB color space, it consists of 102 red, 240 green, and 255 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 60% cyan, 6% magenta, 0% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66F0FF
RGB102, 240, 255
HSL185.9°, 100.0%, 70.0%
CMYK60%, 6%, 0%, 0%
HSV185.9°, 60.0%, 100.0%
LAB88.1, -33.0, -18.5
XYZ54.7, 72.4, 105.7
Decimal6746367
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.47:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66F0FF;
}
.text-color {
color: #66F0FF;
}
.border-color {
border: 2px solid #66F0FF;
}