Shades of Pale Turquoise #AAF6FA
Tints of Pale Turquoise #AAF6FA
RGB
CMYK
RGB Variations
Color information
#AAF6FA (or 0xAAF6FA) is known color: Pale Turquoise. HEX triplet: AA, F6 and FA. RGB value is (170,246,250). Sum of RGB (Red+Green+Blue) = 170+246+250=666 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.53% from 666); Green value is 246 (96.48% from 255 or 36.94% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAF6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF6FA is #550905. Grayscale: #DFDFDF. Windows color (decimal): -5572870 or 16447146. OLE color: 16447146.
HSL color Cylindrical-coordinate representation of color #AAF6FA: hue angle of 183º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF6FA is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 246 | 250 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.02 |
| HSL | 183º | 0.89% | 0.82% | - |
| HSV(B) | 183º | 0.32% | 0.98% | - |
| XYZ | 66.79 | 81.36 | 102.63 | - |
| YUV | 223.73 | 142.82 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 250 | 0.32 | 0.02 | 0 | 0.02 | 183 | 0.89 | 0.82 |
| Hex | AA | F6 | FA | 20 | 2 | 0 | 2 | B7 | 59 | 52 |
| Octal | 252 | 366 | 372 | 40 | 2 | 0 | 2 | 267 | 131 | 122 |
| Binary | 10101010 | 11110110 | 11111010 | 100000 | 10 | 0 | 10 | 10110111 | 1011001 | 1010010 |
Color Harmonies of #AAF6FA
Complementary color
Monochromatic Colors of #AAF6FA
Black with #AAF6FA
Text Example
Text Example
White with #AAF6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF6FA; }
p { color: rgb(170,246,250); }
H1.HeaderClassName
{
color: #AAF6FA;
}
.AnyTagClassName
{
color: #AAF6FA;
}
</style>
background-color css
<style>
a { background-color: #AAF6FA; }
a { background-color: rgb(170,246,250); }
div.DivClassName
{
background-color: #AAF6FA;
}
.BgClassName
{
background-color: #AAF6FA;
}
</style>
border-color css
<style>
span { border-color: #AAF6FA; }
span { border-color: rgb(170,246,250); }
td.TdClassName
{
border-color: #AAF6FA;
}
.TagClassName
{
border-color: #AAF6FA;
}
</style>