Shades of Pale Turquoise #AAECF1
Tints of Pale Turquoise #AAECF1
RGB
CMYK
RGB Variations
Color information
#AAECF1 (or 0xAAECF1) is known color: Pale Turquoise. HEX triplet: AA, EC and F1. RGB value is (170,236,241). Sum of RGB (Red+Green+Blue) = 170+236+241=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAECF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAECF1 is #55130E. Grayscale: #D8D8D8. Windows color (decimal): -5575439 or 15854762. OLE color: 15854762.
HSL color Cylindrical-coordinate representation of color #AAECF1: hue angle of 184.23º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAECF1 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 236 | 241 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.05 |
| HSL | 184.23º | 0.72% | 0.81% | - |
| HSV(B) | 184.23º | 0.29% | 0.95% | - |
| XYZ | 62.45 | 74.89 | 94.38 | - |
| YUV | 216.84 | 141.63 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 241 | 0.29 | 0.02 | 0 | 0.05 | 184.23 | 0.72 | 0.81 |
| Hex | AA | EC | F1 | 1D | 2 | 0 | 5 | B8 | 48 | 51 |
| Octal | 252 | 354 | 361 | 35 | 2 | 0 | 5 | 270 | 110 | 121 |
| Binary | 10101010 | 11101100 | 11110001 | 11101 | 10 | 0 | 101 | 10111000 | 1001000 | 1010001 |
Color Harmonies of #AAECF1
Complementary color
Monochromatic Colors of #AAECF1
Black with #AAECF1
Text Example
Text Example
White with #AAECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECF1; }
p { color: rgb(170,236,241); }
H1.HeaderClassName
{
color: #AAECF1;
}
.AnyTagClassName
{
color: #AAECF1;
}
</style>
background-color css
<style>
a { background-color: #AAECF1; }
a { background-color: rgb(170,236,241); }
div.DivClassName
{
background-color: #AAECF1;
}
.BgClassName
{
background-color: #AAECF1;
}
</style>
border-color css
<style>
span { border-color: #AAECF1; }
span { border-color: rgb(170,236,241); }
td.TdClassName
{
border-color: #AAECF1;
}
.TagClassName
{
border-color: #AAECF1;
}
</style>