#66F8F8
A light, vivid cyan closely aligning with Aqua.
About #66F8F8
When working with digital screens, the color #66F8F8 is rendered by mixing light. Designers often compare it to the standard color Aqua. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 248, and 248.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 59% Cyan, 0% Magenta, 0% Yellow, and 3% Black. The HSL representation is 180.0° hue, 91.3% saturation, and 68.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66F8F8
RGB102, 248, 248
HSL180.0°, 91.3%, 68.6%
CMYK59%, 0%, 0%, 3%
HSV180.0°, 58.9%, 97.3%
LAB90.2, -38.6, -11.7
XYZ56.0, 76.7, 100.7
Decimal6748408
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.35:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66F8F8;
}
.text-color {
color: #66F8F8;
}
.border-color {
border: 2px solid #66F8F8;
}