Shades of Pale Turquoise #AAF6FE
Tints of Pale Turquoise #AAF6FE
RGB
CMYK
RGB Variations
Color information
#AAF6FE (or 0xAAF6FE) is known color: Pale Turquoise. HEX triplet: AA, F6 and FE. RGB value is (170,246,254). Sum of RGB (Red+Green+Blue) = 170+246+254=670 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.37% from 670); Green value is 246 (96.48% from 255 or 36.72% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAF6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF6FE is #550901. Grayscale: #E0E0E0. Windows color (decimal): -5572866 or 16709290. OLE color: 16709290.
HSL color Cylindrical-coordinate representation of color #AAF6FE: hue angle of 185.71º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAF6FE is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 246 | 254 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.00 |
| HSL | 185.71º | 0.98% | 0.83% | - |
| HSV(B) | 185.71º | 0.33% | 1% | - |
| XYZ | 67.42 | 81.61 | 105.97 | - |
| YUV | 224.19 | 144.82 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 254 | 0.33 | 0.03 | 0 | 0.00 | 185.71 | 0.98 | 0.83 |
| Hex | AA | F6 | FE | 21 | 3 | 0 | 0 | BA | 62 | 53 |
| Octal | 252 | 366 | 376 | 41 | 3 | 0 | 0 | 272 | 142 | 123 |
| Binary | 10101010 | 11110110 | 11111110 | 100001 | 11 | 0 | 0 | 10111010 | 1100010 | 1010011 |
Color Harmonies of #AAF6FE
Complementary color
Monochromatic Colors of #AAF6FE
Black with #AAF6FE
Text Example
Text Example
White with #AAF6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF6FE; }
p { color: rgb(170,246,254); }
H1.HeaderClassName
{
color: #AAF6FE;
}
.AnyTagClassName
{
color: #AAF6FE;
}
</style>
background-color css
<style>
a { background-color: #AAF6FE; }
a { background-color: rgb(170,246,254); }
div.DivClassName
{
background-color: #AAF6FE;
}
.BgClassName
{
background-color: #AAF6FE;
}
</style>
border-color css
<style>
span { border-color: #AAF6FE; }
span { border-color: rgb(170,246,254); }
td.TdClassName
{
border-color: #AAF6FE;
}
.TagClassName
{
border-color: #AAF6FE;
}
</style>