Shades of Pale Turquoise #AAF2FF
Tints of Pale Turquoise #AAF2FF
RGB
CMYK
RGB Variations
Color information
#AAF2FF (or 0xAAF2FF) is known color: Pale Turquoise. HEX triplet: AA, F2 and FF. RGB value is (170,242,255). Sum of RGB (Red+Green+Blue) = 170+242+255=667 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.49% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAF2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF2FF is #550D00. Grayscale: #DDDDDD. Windows color (decimal): -5573889 or 16773802. OLE color: 16773802.
HSL color Cylindrical-coordinate representation of color #AAF2FF: hue angle of 189.18º 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 #AAF2FF is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 242 | 255 | - |
| CMYK | 0.33 | 0.05 | 0 | 0 |
| HSL | 189.18º | 1% | 0.83% | - |
| HSV(B) | 189.18º | 0.33% | 1% | - |
| XYZ | 66.38 | 79.27 | 106.41 | - |
| YUV | 221.95 | 146.65 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 255 | 0.33 | 0.05 | 0 | 0 | 189.18 | 1 | 0.83 |
| Hex | AA | F2 | FF | 21 | 5 | 0 | 0 | BD | 64 | 53 |
| Octal | 252 | 362 | 377 | 41 | 5 | 0 | 0 | 275 | 144 | 123 |
| Binary | 10101010 | 11110010 | 11111111 | 100001 | 101 | 0 | 0 | 10111101 | 1100100 | 1010011 |
Color Harmonies of #AAF2FF
Complementary color
Monochromatic Colors of #AAF2FF
Black with #AAF2FF
Text Example
Text Example
White with #AAF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2FF; }
p { color: rgb(170,242,255); }
H1.HeaderClassName
{
color: #AAF2FF;
}
.AnyTagClassName
{
color: #AAF2FF;
}
</style>
background-color css
<style>
a { background-color: #AAF2FF; }
a { background-color: rgb(170,242,255); }
div.DivClassName
{
background-color: #AAF2FF;
}
.BgClassName
{
background-color: #AAF2FF;
}
</style>
border-color css
<style>
span { border-color: #AAF2FF; }
span { border-color: rgb(170,242,255); }
td.TdClassName
{
border-color: #AAF2FF;
}
.TagClassName
{
border-color: #AAF2FF;
}
</style>