#A0F0FF
A very light, vivid cyan closely aligning with Paleturquoise.
About #A0F0FF
Visually, #A0F0FF is defined as a vivid cyan. Designers often compare it to the standard color Paleturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 240, and 255.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 37% cyan, 6% magenta, 0% yellow, and 0% black. The HSL representation is 189.5° hue, 100.0% saturation, and 81.4% lightness.
Contrast ratios determine whether this color is safe for typography. 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#A0F0FF
RGB160, 240, 255
HSL189.5°, 100.0%, 81.4%
CMYK37%, 6%, 0%, 0%
HSV189.5°, 37.3%, 100.0%
LAB90.3, -20.7, -15.0
XYZ63.7, 77.0, 106.1
Decimal10547455
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.40:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F0FF;
}
.text-color {
color: #A0F0FF;
}
.border-color {
border: 2px solid #A0F0FF;
}