Shades of Pale Turquoise #AAF9FE
Tints of Pale Turquoise #AAF9FE
RGB
CMYK
RGB Variations
Color information
#AAF9FE (or 0xAAF9FE) is known color: Pale Turquoise. HEX triplet: AA, F9 and FE. RGB value is (170,249,254). Sum of RGB (Red+Green+Blue) = 170+249+254=673 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.26% from 673); Green value is 249 (97.66% from 255 or 37.00% 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 #AAF9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF9FE is #550601. Grayscale: #E1E1E1. Windows color (decimal): -5572098 or 16710058. OLE color: 16710058.
HSL color Cylindrical-coordinate representation of color #AAF9FE: hue angle of 183.57º 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 #AAF9FE is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 249 | 254 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.00 |
| HSL | 183.57º | 0.98% | 0.83% | - |
| HSV(B) | 183.57º | 0.33% | 1% | - |
| XYZ | 68.34 | 83.45 | 106.27 | - |
| YUV | 225.95 | 143.83 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 254 | 0.33 | 0.02 | 0 | 0.00 | 183.57 | 0.98 | 0.83 |
| Hex | AA | F9 | FE | 21 | 2 | 0 | 0 | B8 | 62 | 53 |
| Octal | 252 | 371 | 376 | 41 | 2 | 0 | 0 | 270 | 142 | 123 |
| Binary | 10101010 | 11111001 | 11111110 | 100001 | 10 | 0 | 0 | 10111000 | 1100010 | 1010011 |
Color Harmonies of #AAF9FE
Complementary color
Monochromatic Colors of #AAF9FE
Black with #AAF9FE
Text Example
Text Example
White with #AAF9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF9FE; }
p { color: rgb(170,249,254); }
H1.HeaderClassName
{
color: #AAF9FE;
}
.AnyTagClassName
{
color: #AAF9FE;
}
</style>
background-color css
<style>
a { background-color: #AAF9FE; }
a { background-color: rgb(170,249,254); }
div.DivClassName
{
background-color: #AAF9FE;
}
.BgClassName
{
background-color: #AAF9FE;
}
</style>
border-color css
<style>
span { border-color: #AAF9FE; }
span { border-color: rgb(170,249,254); }
td.TdClassName
{
border-color: #AAF9FE;
}
.TagClassName
{
border-color: #AAF9FE;
}
</style>