Shades of Pale Turquoise #A9FAEC
Tints of Pale Turquoise #A9FAEC
RGB
CMYK
RGB Variations
Color information
#A9FAEC (or 0xA9FAEC) is known color: Pale Turquoise. HEX triplet: A9, FA and EC. RGB value is (169,250,236). Sum of RGB (Red+Green+Blue) = 169+250+236=655 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.80% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FAEC is #560513. Grayscale: #E0E0E0. Windows color (decimal): -5637396 or 15530665. OLE color: 15530665.
HSL color Cylindrical-coordinate representation of color #A9FAEC: hue angle of 169.63º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9FAEC is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 250 | 236 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.02 |
| HSL | 169.63º | 0.89% | 0.82% | - |
| HSV(B) | 169.63º | 0.32% | 0.98% | - |
| XYZ | 65.69 | 82.86 | 91.89 | - |
| YUV | 224.19 | 134.66 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 250 | 236 | 0.32 | 0 | 0.06 | 0.02 | 169.63 | 0.89 | 0.82 |
| Hex | A9 | FA | EC | 20 | 0 | 6 | 2 | AA | 59 | 52 |
| Octal | 251 | 372 | 354 | 40 | 0 | 6 | 2 | 252 | 131 | 122 |
| Binary | 10101001 | 11111010 | 11101100 | 100000 | 0 | 110 | 10 | 10101010 | 1011001 | 1010010 |
Color Harmonies of #A9FAEC
Complementary color
Monochromatic Colors of #A9FAEC
Black with #A9FAEC
Text Example
Text Example
White with #A9FAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FAEC; }
p { color: rgb(169,250,236); }
H1.HeaderClassName
{
color: #A9FAEC;
}
.AnyTagClassName
{
color: #A9FAEC;
}
</style>
background-color css
<style>
a { background-color: #A9FAEC; }
a { background-color: rgb(169,250,236); }
div.DivClassName
{
background-color: #A9FAEC;
}
.BgClassName
{
background-color: #A9FAEC;
}
</style>
border-color css
<style>
span { border-color: #A9FAEC; }
span { border-color: rgb(169,250,236); }
td.TdClassName
{
border-color: #A9FAEC;
}
.TagClassName
{
border-color: #A9FAEC;
}
</style>