Shades of Pale Turquoise #A9FAEA
Tints of Pale Turquoise #A9FAEA
RGB
CMYK
RGB Variations
Color information
#A9FAEA (or 0xA9FAEA) is known color: Pale Turquoise. HEX triplet: A9, FA and EA. RGB value is (169,250,234). Sum of RGB (Red+Green+Blue) = 169+250+234=653 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.88% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FAEA is #560515. Grayscale: #DFDFDF. Windows color (decimal): -5637398 or 15399593. OLE color: 15399593.
HSL color Cylindrical-coordinate representation of color #A9FAEA: hue angle of 168.15º 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 #A9FAEA is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 250 | 234 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.02 |
| HSL | 168.15º | 0.89% | 0.82% | - |
| HSV(B) | 168.15º | 0.32% | 0.98% | - |
| XYZ | 65.4 | 82.75 | 90.37 | - |
| YUV | 223.96 | 133.66 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 250 | 234 | 0.32 | 0 | 0.06 | 0.02 | 168.15 | 0.89 | 0.82 |
| Hex | A9 | FA | EA | 20 | 0 | 6 | 2 | A8 | 59 | 52 |
| Octal | 251 | 372 | 352 | 40 | 0 | 6 | 2 | 250 | 131 | 122 |
| Binary | 10101001 | 11111010 | 11101010 | 100000 | 0 | 110 | 10 | 10101000 | 1011001 | 1010010 |
Color Harmonies of #A9FAEA
Complementary color
Monochromatic Colors of #A9FAEA
Black with #A9FAEA
Text Example
Text Example
White with #A9FAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FAEA; }
p { color: rgb(169,250,234); }
H1.HeaderClassName
{
color: #A9FAEA;
}
.AnyTagClassName
{
color: #A9FAEA;
}
</style>
background-color css
<style>
a { background-color: #A9FAEA; }
a { background-color: rgb(169,250,234); }
div.DivClassName
{
background-color: #A9FAEA;
}
.BgClassName
{
background-color: #A9FAEA;
}
</style>
border-color css
<style>
span { border-color: #A9FAEA; }
span { border-color: rgb(169,250,234); }
td.TdClassName
{
border-color: #A9FAEA;
}
.TagClassName
{
border-color: #A9FAEA;
}
</style>