#A8F0F0
A very light, vivid cyan closely aligning with Paleturquoise.
About #A8F0F0
At its core, #A8F0F0 is a very light and vivid hue. Its closest recognized web color is Paleturquoise. This translates to an RGB value of rgb(168, 240, 240).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 30% cyan, 0% magenta, 0% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8F0F0
RGB168, 240, 240
HSL180.0°, 70.6%, 80.0%
CMYK30%, 0%, 0%, 6%
HSV180.0°, 30.0%, 94.1%
LAB90.3, -22.1, -7.2
XYZ63.0, 76.9, 94.0
Decimal11071728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.39:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8F0F0;
}
.text-color {
color: #A8F0F0;
}
.border-color {
border: 2px solid #A8F0F0;
}