Shades of Pale Turquoise #AAFFEC
Tints of Pale Turquoise #AAFFEC
RGB
CMYK
RGB Variations
Color information
#AAFFEC (or 0xAAFFEC) is known color: Pale Turquoise. HEX triplet: AA, FF and EC. RGB value is (170,255,236). Sum of RGB (Red+Green+Blue) = 170+255+236=661 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.72% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFEC is #550013. Grayscale: #E3E3E3. Windows color (decimal): -5570580 or 15531946. OLE color: 15531946.
HSL color Cylindrical-coordinate representation of color #AAFFEC: hue angle of 166.59º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFEC is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 236 | - |
| CMYK | 0.33 | 0 | 0.07 | 0 |
| HSL | 166.59º | 1% | 0.83% | - |
| HSV(B) | 166.59º | 0.33% | 1% | - |
| XYZ | 67.48 | 86.12 | 92.42 | - |
| YUV | 227.42 | 132.84 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 236 | 0.33 | 0 | 0.07 | 0 | 166.59 | 1 | 0.83 |
| Hex | AA | FF | EC | 21 | 0 | 7 | 0 | A7 | 64 | 53 |
| Octal | 252 | 377 | 354 | 41 | 0 | 7 | 0 | 247 | 144 | 123 |
| Binary | 10101010 | 11111111 | 11101100 | 100001 | 0 | 111 | 0 | 10100111 | 1100100 | 1010011 |
Color Harmonies of #AAFFEC
Complementary color
Monochromatic Colors of #AAFFEC
Black with #AAFFEC
Text Example
Text Example
White with #AAFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFFEC; }
p { color: rgb(170,255,236); }
H1.HeaderClassName
{
color: #AAFFEC;
}
.AnyTagClassName
{
color: #AAFFEC;
}
</style>
background-color css
<style>
a { background-color: #AAFFEC; }
a { background-color: rgb(170,255,236); }
div.DivClassName
{
background-color: #AAFFEC;
}
.BgClassName
{
background-color: #AAFFEC;
}
</style>
border-color css
<style>
span { border-color: #AAFFEC; }
span { border-color: rgb(170,255,236); }
td.TdClassName
{
border-color: #AAFFEC;
}
.TagClassName
{
border-color: #AAFFEC;
}
</style>