Shades of Pale Turquoise #A9F2FF
Tints of Pale Turquoise #A9F2FF
RGB
CMYK
RGB Variations
Color information
#A9F2FF (or 0xA9F2FF) is known color: Pale Turquoise. HEX triplet: A9, F2 and FF. RGB value is (169,242,255). Sum of RGB (Red+Green+Blue) = 169+242+255=666 (88% of max value = 765). Red value is 169 (66.41% from 255 or 25.38% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9F2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F2FF is #560D00. Grayscale: #DDDDDD. Windows color (decimal): -5639425 or 16773801. OLE color: 16773801.
HSL color Cylindrical-coordinate representation of color #A9F2FF: hue angle of 189.07º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9F2FF is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 242 | 255 | - |
| CMYK | 0.34 | 0.05 | 0 | 0 |
| HSL | 189.07º | 1% | 0.83% | - |
| HSV(B) | 189.07º | 0.34% | 1% | - |
| XYZ | 66.16 | 79.16 | 106.4 | - |
| YUV | 221.66 | 146.82 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 242 | 255 | 0.34 | 0.05 | 0 | 0 | 189.07 | 1 | 0.83 |
| Hex | A9 | F2 | FF | 22 | 5 | 0 | 0 | BD | 64 | 53 |
| Octal | 251 | 362 | 377 | 42 | 5 | 0 | 0 | 275 | 144 | 123 |
| Binary | 10101001 | 11110010 | 11111111 | 100010 | 101 | 0 | 0 | 10111101 | 1100100 | 1010011 |
Color Harmonies of #A9F2FF
Complementary color
Monochromatic Colors of #A9F2FF
Black with #A9F2FF
Text Example
Text Example
White with #A9F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F2FF; }
p { color: rgb(169,242,255); }
H1.HeaderClassName
{
color: #A9F2FF;
}
.AnyTagClassName
{
color: #A9F2FF;
}
</style>
background-color css
<style>
a { background-color: #A9F2FF; }
a { background-color: rgb(169,242,255); }
div.DivClassName
{
background-color: #A9F2FF;
}
.BgClassName
{
background-color: #A9F2FF;
}
</style>
border-color css
<style>
span { border-color: #A9F2FF; }
span { border-color: rgb(169,242,255); }
td.TdClassName
{
border-color: #A9F2FF;
}
.TagClassName
{
border-color: #A9F2FF;
}
</style>