Shades of Pale Turquoise #AAEAF0
Tints of Pale Turquoise #AAEAF0
RGB
CMYK
RGB Variations
Color information
#AAEAF0 (or 0xAAEAF0) is known color: Pale Turquoise. HEX triplet: AA, EA and F0. RGB value is (170,234,240). Sum of RGB (Red+Green+Blue) = 170+234+240=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAEAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEAF0 is #55150F. Grayscale: #D7D7D7. Windows color (decimal): -5575952 or 15788714. OLE color: 15788714.
HSL color Cylindrical-coordinate representation of color #AAEAF0: hue angle of 185.14º 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 #AAEAF0 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 234 | 240 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.06 |
| HSL | 185.14º | 0.7% | 0.8% | - |
| HSV(B) | 185.14º | 0.29% | 0.94% | - |
| XYZ | 61.73 | 73.68 | 93.41 | - |
| YUV | 215.55 | 141.8 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 240 | 0.29 | 0.02 | 0 | 0.06 | 185.14 | 0.7 | 0.8 |
| Hex | AA | EA | F0 | 1D | 2 | 0 | 6 | B9 | 46 | 50 |
| Octal | 252 | 352 | 360 | 35 | 2 | 0 | 6 | 271 | 106 | 120 |
| Binary | 10101010 | 11101010 | 11110000 | 11101 | 10 | 0 | 110 | 10111001 | 1000110 | 1010000 |
Color Harmonies of #AAEAF0
Complementary color
Monochromatic Colors of #AAEAF0
Black with #AAEAF0
Text Example
Text Example
White with #AAEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAF0; }
p { color: rgb(170,234,240); }
H1.HeaderClassName
{
color: #AAEAF0;
}
.AnyTagClassName
{
color: #AAEAF0;
}
</style>
background-color css
<style>
a { background-color: #AAEAF0; }
a { background-color: rgb(170,234,240); }
div.DivClassName
{
background-color: #AAEAF0;
}
.BgClassName
{
background-color: #AAEAF0;
}
</style>
border-color css
<style>
span { border-color: #AAEAF0; }
span { border-color: rgb(170,234,240); }
td.TdClassName
{
border-color: #AAEAF0;
}
.TagClassName
{
border-color: #AAEAF0;
}
</style>