Shades of Pale Turquoise #AAF8FF
Tints of Pale Turquoise #AAF8FF
RGB
CMYK
RGB Variations
Color information
#AAF8FF (or 0xAAF8FF) is known color: Pale Turquoise. HEX triplet: AA, F8 and FF. RGB value is (170,248,255). Sum of RGB (Red+Green+Blue) = 170+248+255=673 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.26% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAF8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF8FF is #550700. Grayscale: #E1E1E1. Windows color (decimal): -5572353 or 16775338. OLE color: 16775338.
HSL color Cylindrical-coordinate representation of color #AAF8FF: hue angle of 184.94º 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 #AAF8FF is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 248 | 255 | - |
| CMYK | 0.33 | 0.03 | 0 | 0 |
| HSL | 184.94º | 1% | 0.83% | - |
| HSV(B) | 184.94º | 0.33% | 1% | - |
| XYZ | 68.19 | 82.9 | 107.02 | - |
| YUV | 225.48 | 144.66 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 255 | 0.33 | 0.03 | 0 | 0 | 184.94 | 1 | 0.83 |
| Hex | AA | F8 | FF | 21 | 3 | 0 | 0 | B9 | 64 | 53 |
| Octal | 252 | 370 | 377 | 41 | 3 | 0 | 0 | 271 | 144 | 123 |
| Binary | 10101010 | 11111000 | 11111111 | 100001 | 11 | 0 | 0 | 10111001 | 1100100 | 1010011 |
Color Harmonies of #AAF8FF
Complementary color
Monochromatic Colors of #AAF8FF
Black with #AAF8FF
Text Example
Text Example
White with #AAF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF8FF; }
p { color: rgb(170,248,255); }
H1.HeaderClassName
{
color: #AAF8FF;
}
.AnyTagClassName
{
color: #AAF8FF;
}
</style>
background-color css
<style>
a { background-color: #AAF8FF; }
a { background-color: rgb(170,248,255); }
div.DivClassName
{
background-color: #AAF8FF;
}
.BgClassName
{
background-color: #AAF8FF;
}
</style>
border-color css
<style>
span { border-color: #AAF8FF; }
span { border-color: rgb(170,248,255); }
td.TdClassName
{
border-color: #AAF8FF;
}
.TagClassName
{
border-color: #AAF8FF;
}
</style>