Shades of Pale Turquoise #A9EEF8
Tints of Pale Turquoise #A9EEF8
RGB
CMYK
RGB Variations
Color information
#A9EEF8 (or 0xA9EEF8) is known color: Pale Turquoise. HEX triplet: A9, EE and F8. RGB value is (169,238,248). Sum of RGB (Red+Green+Blue) = 169+238+248=655 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.80% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #A9EEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EEF8 is #561107. Grayscale: #DADADA. Windows color (decimal): -5640456 or 16314025. OLE color: 16314025.
HSL color Cylindrical-coordinate representation of color #A9EEF8: hue angle of 187.59º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9EEF8 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 238 | 248 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.03 |
| HSL | 187.59º | 0.85% | 0.82% | - |
| HSV(B) | 187.59º | 0.32% | 0.97% | - |
| XYZ | 63.88 | 76.36 | 100.18 | - |
| YUV | 218.51 | 144.64 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 238 | 248 | 0.32 | 0.04 | 0 | 0.03 | 187.59 | 0.85 | 0.82 |
| Hex | A9 | EE | F8 | 20 | 4 | 0 | 3 | BC | 55 | 52 |
| Octal | 251 | 356 | 370 | 40 | 4 | 0 | 3 | 274 | 125 | 122 |
| Binary | 10101001 | 11101110 | 11111000 | 100000 | 100 | 0 | 11 | 10111100 | 1010101 | 1010010 |
Color Harmonies of #A9EEF8
Complementary color
Monochromatic Colors of #A9EEF8
Black with #A9EEF8
Text Example
Text Example
White with #A9EEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EEF8; }
p { color: rgb(169,238,248); }
H1.HeaderClassName
{
color: #A9EEF8;
}
.AnyTagClassName
{
color: #A9EEF8;
}
</style>
background-color css
<style>
a { background-color: #A9EEF8; }
a { background-color: rgb(169,238,248); }
div.DivClassName
{
background-color: #A9EEF8;
}
.BgClassName
{
background-color: #A9EEF8;
}
</style>
border-color css
<style>
span { border-color: #A9EEF8; }
span { border-color: rgb(169,238,248); }
td.TdClassName
{
border-color: #A9EEF8;
}
.TagClassName
{
border-color: #A9EEF8;
}
</style>