Shades of Pale Turquoise #AAF0FF
Tints of Pale Turquoise #AAF0FF
RGB
CMYK
RGB Variations
Color information
#AAF0FF (or 0xAAF0FF) is known color: Pale Turquoise. HEX triplet: AA, F0 and FF. RGB value is (170,240,255). Sum of RGB (Red+Green+Blue) = 170+240+255=665 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.56% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAF0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF0FF is #550F00. Grayscale: #DCDCDC. Windows color (decimal): -5574401 or 16773290. OLE color: 16773290.
HSL color Cylindrical-coordinate representation of color #AAF0FF: hue angle of 190.59º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAF0FF is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 240 | 255 | - |
| CMYK | 0.33 | 0.06 | 0 | 0 |
| HSL | 190.59º | 1% | 0.83% | - |
| HSV(B) | 190.59º | 0.33% | 1% | - |
| XYZ | 65.79 | 78.09 | 106.21 | - |
| YUV | 220.78 | 147.31 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 255 | 0.33 | 0.06 | 0 | 0 | 190.59 | 1 | 0.83 |
| Hex | AA | F0 | FF | 21 | 6 | 0 | 0 | BF | 64 | 53 |
| Octal | 252 | 360 | 377 | 41 | 6 | 0 | 0 | 277 | 144 | 123 |
| Binary | 10101010 | 11110000 | 11111111 | 100001 | 110 | 0 | 0 | 10111111 | 1100100 | 1010011 |
Color Harmonies of #AAF0FF
Complementary color
Monochromatic Colors of #AAF0FF
Black with #AAF0FF
Text Example
Text Example
White with #AAF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF0FF; }
p { color: rgb(170,240,255); }
H1.HeaderClassName
{
color: #AAF0FF;
}
.AnyTagClassName
{
color: #AAF0FF;
}
</style>
background-color css
<style>
a { background-color: #AAF0FF; }
a { background-color: rgb(170,240,255); }
div.DivClassName
{
background-color: #AAF0FF;
}
.BgClassName
{
background-color: #AAF0FF;
}
</style>
border-color css
<style>
span { border-color: #AAF0FF; }
span { border-color: rgb(170,240,255); }
td.TdClassName
{
border-color: #AAF0FF;
}
.TagClassName
{
border-color: #AAF0FF;
}
</style>