Shades of Pale Turquoise #AAECF0
Tints of Pale Turquoise #AAECF0
RGB
CMYK
RGB Variations
Color information
#AAECF0 (or 0xAAECF0) is known color: Pale Turquoise. HEX triplet: AA, EC and F0. RGB value is (170,236,240). Sum of RGB (Red+Green+Blue) = 170+236+240=646 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.32% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAECF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAECF0 is #55130F. Grayscale: #D8D8D8. Windows color (decimal): -5575440 or 15789226. OLE color: 15789226.
HSL color Cylindrical-coordinate representation of color #AAECF0: hue angle of 183.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 #AAECF0 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 236 | 240 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.06 |
| HSL | 183.43º | 0.7% | 0.8% | - |
| HSV(B) | 183.43º | 0.29% | 0.94% | - |
| XYZ | 62.3 | 74.83 | 93.6 | - |
| YUV | 216.72 | 141.13 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 240 | 0.29 | 0.02 | 0 | 0.06 | 183.43 | 0.7 | 0.8 |
| Hex | AA | EC | F0 | 1D | 2 | 0 | 6 | B7 | 46 | 50 |
| Octal | 252 | 354 | 360 | 35 | 2 | 0 | 6 | 267 | 106 | 120 |
| Binary | 10101010 | 11101100 | 11110000 | 11101 | 10 | 0 | 110 | 10110111 | 1000110 | 1010000 |
Color Harmonies of #AAECF0
Complementary color
Monochromatic Colors of #AAECF0
Black with #AAECF0
Text Example
Text Example
White with #AAECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECF0; }
p { color: rgb(170,236,240); }
H1.HeaderClassName
{
color: #AAECF0;
}
.AnyTagClassName
{
color: #AAECF0;
}
</style>
background-color css
<style>
a { background-color: #AAECF0; }
a { background-color: rgb(170,236,240); }
div.DivClassName
{
background-color: #AAECF0;
}
.BgClassName
{
background-color: #AAECF0;
}
</style>
border-color css
<style>
span { border-color: #AAECF0; }
span { border-color: rgb(170,236,240); }
td.TdClassName
{
border-color: #AAECF0;
}
.TagClassName
{
border-color: #AAECF0;
}
</style>