Shades of Pale Turquoise #AAF6E9
Tints of Pale Turquoise #AAF6E9
RGB
CMYK
RGB Variations
Color information
#AAF6E9 (or 0xAAF6E9) is known color: Pale Turquoise. HEX triplet: AA, F6 and E9. RGB value is (170,246,233). Sum of RGB (Red+Green+Blue) = 170+246+233=649 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.19% from 649); Green value is 246 (96.48% from 255 or 37.90% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF6E9 is #550916. Grayscale: #DDDDDD. Windows color (decimal): -5572887 or 15333034. OLE color: 15333034.
HSL color Cylindrical-coordinate representation of color #AAF6E9: hue angle of 169.74º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF6E9 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 233 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.04 |
| HSL | 169.74º | 0.81% | 0.82% | - |
| HSV(B) | 169.74º | 0.31% | 0.96% | - |
| XYZ | 64.24 | 80.34 | 89.21 | - |
| YUV | 221.79 | 134.32 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 233 | 0.31 | 0 | 0.05 | 0.04 | 169.74 | 0.81 | 0.82 |
| Hex | AA | F6 | E9 | 1F | 0 | 5 | 4 | AA | 51 | 52 |
| Octal | 252 | 366 | 351 | 37 | 0 | 5 | 4 | 252 | 121 | 122 |
| Binary | 10101010 | 11110110 | 11101001 | 11111 | 0 | 101 | 100 | 10101010 | 1010001 | 1010010 |
Color Harmonies of #AAF6E9
Complementary color
Monochromatic Colors of #AAF6E9
Black with #AAF6E9
Text Example
Text Example
White with #AAF6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF6E9; }
p { color: rgb(170,246,233); }
H1.HeaderClassName
{
color: #AAF6E9;
}
.AnyTagClassName
{
color: #AAF6E9;
}
</style>
background-color css
<style>
a { background-color: #AAF6E9; }
a { background-color: rgb(170,246,233); }
div.DivClassName
{
background-color: #AAF6E9;
}
.BgClassName
{
background-color: #AAF6E9;
}
</style>
border-color css
<style>
span { border-color: #AAF6E9; }
span { border-color: rgb(170,246,233); }
td.TdClassName
{
border-color: #AAF6E9;
}
.TagClassName
{
border-color: #AAF6E9;
}
</style>