Shades of Pale Turquoise #A9FAF8
Tints of Pale Turquoise #A9FAF8
RGB
CMYK
RGB Variations
Color information
#A9FAF8 (or 0xA9FAF8) is known color: Pale Turquoise. HEX triplet: A9, FA and F8. RGB value is (169,250,248). Sum of RGB (Red+Green+Blue) = 169+250+248=667 (88% of max value = 765). Red value is 169 (66.41% from 255 or 25.34% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 248 (97.27% from 255 or 37.18% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FAF8 is #560507. Grayscale: #E1E1E1. Windows color (decimal): -5637384 or 16317097. OLE color: 16317097.
HSL color Cylindrical-coordinate representation of color #A9FAF8: hue angle of 178.52º 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 #A9FAF8 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 250 | 248 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.02 |
| HSL | 178.52º | 0.89% | 0.82% | - |
| HSV(B) | 178.52º | 0.32% | 0.98% | - |
| XYZ | 67.49 | 83.58 | 101.38 | - |
| YUV | 225.55 | 140.66 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 250 | 248 | 0.32 | 0 | 0.01 | 0.02 | 178.52 | 0.89 | 0.82 |
| Hex | A9 | FA | F8 | 20 | 0 | 1 | 2 | B3 | 59 | 52 |
| Octal | 251 | 372 | 370 | 40 | 0 | 1 | 2 | 263 | 131 | 122 |
| Binary | 10101001 | 11111010 | 11111000 | 100000 | 0 | 1 | 10 | 10110011 | 1011001 | 1010010 |
Color Harmonies of #A9FAF8
Complementary color
Monochromatic Colors of #A9FAF8
Black with #A9FAF8
Text Example
Text Example
White with #A9FAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FAF8; }
p { color: rgb(169,250,248); }
H1.HeaderClassName
{
color: #A9FAF8;
}
.AnyTagClassName
{
color: #A9FAF8;
}
</style>
background-color css
<style>
a { background-color: #A9FAF8; }
a { background-color: rgb(169,250,248); }
div.DivClassName
{
background-color: #A9FAF8;
}
.BgClassName
{
background-color: #A9FAF8;
}
</style>
border-color css
<style>
span { border-color: #A9FAF8; }
span { border-color: rgb(169,250,248); }
td.TdClassName
{
border-color: #A9FAF8;
}
.TagClassName
{
border-color: #A9FAF8;
}
</style>