Shades of Pale Turquoise #AAF0ED
Tints of Pale Turquoise #AAF0ED
RGB
CMYK
RGB Variations
Color information
#AAF0ED (or 0xAAF0ED) is known color: Pale Turquoise. HEX triplet: AA, F0 and ED. RGB value is (170,240,237). Sum of RGB (Red+Green+Blue) = 170+240+237=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF0ED is #550F12. Grayscale: #DADADA. Windows color (decimal): -5574419 or 15593642. OLE color: 15593642.
HSL color Cylindrical-coordinate representation of color #AAF0ED: hue angle of 177.43º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF0ED is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 237 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.06 |
| HSL | 177.43º | 0.7% | 0.8% | - |
| HSV(B) | 177.43º | 0.29% | 0.94% | - |
| XYZ | 63.02 | 76.98 | 91.66 | - |
| YUV | 218.73 | 138.31 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 237 | 0.29 | 0 | 0.01 | 0.06 | 177.43 | 0.7 | 0.8 |
| Hex | AA | F0 | ED | 1D | 0 | 1 | 6 | B1 | 46 | 50 |
| Octal | 252 | 360 | 355 | 35 | 0 | 1 | 6 | 261 | 106 | 120 |
| Binary | 10101010 | 11110000 | 11101101 | 11101 | 0 | 1 | 110 | 10110001 | 1000110 | 1010000 |
Color Harmonies of #AAF0ED
Complementary color
Monochromatic Colors of #AAF0ED
Black with #AAF0ED
Text Example
Text Example
White with #AAF0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF0ED; }
p { color: rgb(170,240,237); }
H1.HeaderClassName
{
color: #AAF0ED;
}
.AnyTagClassName
{
color: #AAF0ED;
}
</style>
background-color css
<style>
a { background-color: #AAF0ED; }
a { background-color: rgb(170,240,237); }
div.DivClassName
{
background-color: #AAF0ED;
}
.BgClassName
{
background-color: #AAF0ED;
}
</style>
border-color css
<style>
span { border-color: #AAF0ED; }
span { border-color: rgb(170,240,237); }
td.TdClassName
{
border-color: #AAF0ED;
}
.TagClassName
{
border-color: #AAF0ED;
}
</style>