Shades of Pale Turquoise #A9FAFE
Tints of Pale Turquoise #A9FAFE
RGB
CMYK
RGB Variations
Color information
#A9FAFE (or 0xA9FAFE) is known color: Pale Turquoise. HEX triplet: A9, FA and FE. RGB value is (169,250,254). Sum of RGB (Red+Green+Blue) = 169+250+254=673 (89% of max value = 765). Red value is 169 (66.41% from 255 or 25.11% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FAFE is #560501. Grayscale: #E2E2E2. Windows color (decimal): -5637378 or 16710313. OLE color: 16710313.
HSL color Cylindrical-coordinate representation of color #A9FAFE: hue angle of 182.82º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FAFE is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 250 | 254 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.00 |
| HSL | 182.82º | 0.98% | 0.83% | - |
| HSV(B) | 182.82º | 0.33% | 1% | - |
| XYZ | 68.44 | 83.96 | 106.37 | - |
| YUV | 226.24 | 143.66 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 250 | 254 | 0.33 | 0.02 | 0 | 0.00 | 182.82 | 0.98 | 0.83 |
| Hex | A9 | FA | FE | 21 | 2 | 0 | 0 | B7 | 62 | 53 |
| Octal | 251 | 372 | 376 | 41 | 2 | 0 | 0 | 267 | 142 | 123 |
| Binary | 10101001 | 11111010 | 11111110 | 100001 | 10 | 0 | 0 | 10110111 | 1100010 | 1010011 |
Color Harmonies of #A9FAFE
Complementary color
Monochromatic Colors of #A9FAFE
Black with #A9FAFE
Text Example
Text Example
White with #A9FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FAFE; }
p { color: rgb(169,250,254); }
H1.HeaderClassName
{
color: #A9FAFE;
}
.AnyTagClassName
{
color: #A9FAFE;
}
</style>
background-color css
<style>
a { background-color: #A9FAFE; }
a { background-color: rgb(169,250,254); }
div.DivClassName
{
background-color: #A9FAFE;
}
.BgClassName
{
background-color: #A9FAFE;
}
</style>
border-color css
<style>
span { border-color: #A9FAFE; }
span { border-color: rgb(169,250,254); }
td.TdClassName
{
border-color: #A9FAFE;
}
.TagClassName
{
border-color: #A9FAFE;
}
</style>