Shades of Pale Turquoise #AAF5FF
Tints of Pale Turquoise #AAF5FF
RGB
CMYK
RGB Variations
Color information
#AAF5FF (or 0xAAF5FF) is known color: Pale Turquoise. HEX triplet: AA, F5 and FF. RGB value is (170,245,255). Sum of RGB (Red+Green+Blue) = 170+245+255=670 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.37% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAF5FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF5FF is #550A00. Grayscale: #DFDFDF. Windows color (decimal): -5573121 or 16774570. OLE color: 16774570.
HSL color Cylindrical-coordinate representation of color #AAF5FF: hue angle of 187.06º 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 #AAF5FF is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 245 | 255 | - |
| CMYK | 0.33 | 0.04 | 0 | 0 |
| HSL | 187.06º | 1% | 0.83% | - |
| HSV(B) | 187.06º | 0.33% | 1% | - |
| XYZ | 67.28 | 81.07 | 106.71 | - |
| YUV | 223.72 | 145.65 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 255 | 0.33 | 0.04 | 0 | 0 | 187.06 | 1 | 0.83 |
| Hex | AA | F5 | FF | 21 | 4 | 0 | 0 | BB | 64 | 53 |
| Octal | 252 | 365 | 377 | 41 | 4 | 0 | 0 | 273 | 144 | 123 |
| Binary | 10101010 | 11110101 | 11111111 | 100001 | 100 | 0 | 0 | 10111011 | 1100100 | 1010011 |
Color Harmonies of #AAF5FF
Complementary color
Monochromatic Colors of #AAF5FF
Black with #AAF5FF
Text Example
Text Example
White with #AAF5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF5FF; }
p { color: rgb(170,245,255); }
H1.HeaderClassName
{
color: #AAF5FF;
}
.AnyTagClassName
{
color: #AAF5FF;
}
</style>
background-color css
<style>
a { background-color: #AAF5FF; }
a { background-color: rgb(170,245,255); }
div.DivClassName
{
background-color: #AAF5FF;
}
.BgClassName
{
background-color: #AAF5FF;
}
</style>
border-color css
<style>
span { border-color: #AAF5FF; }
span { border-color: rgb(170,245,255); }
td.TdClassName
{
border-color: #AAF5FF;
}
.TagClassName
{
border-color: #AAF5FF;
}
</style>