Shades of Pale Turquoise #AAEDF0
Tints of Pale Turquoise #AAEDF0
RGB
CMYK
RGB Variations
Color information
#AAEDF0 (or 0xAAEDF0) is known color: Pale Turquoise. HEX triplet: AA, ED and F0. RGB value is (170,237,240). Sum of RGB (Red+Green+Blue) = 170+237+240=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAEDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEDF0 is #55120F. Grayscale: #D9D9D9. Windows color (decimal): -5575184 or 15789482. OLE color: 15789482.
HSL color Cylindrical-coordinate representation of color #AAEDF0: hue angle of 182.57º 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 #AAEDF0 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 237 | 240 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.06 |
| HSL | 182.57º | 0.7% | 0.8% | - |
| HSV(B) | 182.57º | 0.29% | 0.94% | - |
| XYZ | 62.59 | 75.41 | 93.69 | - |
| YUV | 217.31 | 140.8 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 240 | 0.29 | 0.01 | 0 | 0.06 | 182.57 | 0.7 | 0.8 |
| Hex | AA | ED | F0 | 1D | 1 | 0 | 6 | B7 | 46 | 50 |
| Octal | 252 | 355 | 360 | 35 | 1 | 0 | 6 | 267 | 106 | 120 |
| Binary | 10101010 | 11101101 | 11110000 | 11101 | 1 | 0 | 110 | 10110111 | 1000110 | 1010000 |
Color Harmonies of #AAEDF0
Complementary color
Monochromatic Colors of #AAEDF0
Black with #AAEDF0
Text Example
Text Example
White with #AAEDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEDF0; }
p { color: rgb(170,237,240); }
H1.HeaderClassName
{
color: #AAEDF0;
}
.AnyTagClassName
{
color: #AAEDF0;
}
</style>
background-color css
<style>
a { background-color: #AAEDF0; }
a { background-color: rgb(170,237,240); }
div.DivClassName
{
background-color: #AAEDF0;
}
.BgClassName
{
background-color: #AAEDF0;
}
</style>
border-color css
<style>
span { border-color: #AAEDF0; }
span { border-color: rgb(170,237,240); }
td.TdClassName
{
border-color: #AAEDF0;
}
.TagClassName
{
border-color: #AAEDF0;
}
</style>