Shades of Pale Turquoise #AAF6ED
Tints of Pale Turquoise #AAF6ED
RGB
CMYK
RGB Variations
Color information
#AAF6ED (or 0xAAF6ED) is known color: Pale Turquoise. HEX triplet: AA, F6 and ED. RGB value is (170,246,237). Sum of RGB (Red+Green+Blue) = 170+246+237=653 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.03% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF6ED is #550912. Grayscale: #DEDEDE. Windows color (decimal): -5572883 or 15595178. OLE color: 15595178.
HSL color Cylindrical-coordinate representation of color #AAF6ED: hue angle of 172.89º 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 #AAF6ED is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 237 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.04 |
| HSL | 172.89º | 0.81% | 0.82% | - |
| HSV(B) | 172.89º | 0.31% | 0.96% | - |
| XYZ | 64.82 | 80.57 | 92.26 | - |
| YUV | 222.25 | 136.32 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 237 | 0.31 | 0 | 0.04 | 0.04 | 172.89 | 0.81 | 0.82 |
| Hex | AA | F6 | ED | 1F | 0 | 4 | 4 | AD | 51 | 52 |
| Octal | 252 | 366 | 355 | 37 | 0 | 4 | 4 | 255 | 121 | 122 |
| Binary | 10101010 | 11110110 | 11101101 | 11111 | 0 | 100 | 100 | 10101101 | 1010001 | 1010010 |
Color Harmonies of #AAF6ED
Complementary color
Monochromatic Colors of #AAF6ED
Black with #AAF6ED
Text Example
Text Example
White with #AAF6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF6ED; }
p { color: rgb(170,246,237); }
H1.HeaderClassName
{
color: #AAF6ED;
}
.AnyTagClassName
{
color: #AAF6ED;
}
</style>
background-color css
<style>
a { background-color: #AAF6ED; }
a { background-color: rgb(170,246,237); }
div.DivClassName
{
background-color: #AAF6ED;
}
.BgClassName
{
background-color: #AAF6ED;
}
</style>
border-color css
<style>
span { border-color: #AAF6ED; }
span { border-color: rgb(170,246,237); }
td.TdClassName
{
border-color: #AAF6ED;
}
.TagClassName
{
border-color: #AAF6ED;
}
</style>