Shades of Pale Turquoise #AAFEEC
Tints of Pale Turquoise #AAFEEC
RGB
CMYK
RGB Variations
Color information
#AAFEEC (or 0xAAFEEC) is known color: Pale Turquoise. HEX triplet: AA, FE and EC. RGB value is (170,254,236). Sum of RGB (Red+Green+Blue) = 170+254+236=660 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.76% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFEEC is #550113. Grayscale: #E2E2E2. Windows color (decimal): -5570836 or 15531690. OLE color: 15531690.
HSL color Cylindrical-coordinate representation of color #AAFEEC: hue angle of 167.14º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFEEC is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 236 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.00 |
| HSL | 167.14º | 0.98% | 0.83% | - |
| HSV(B) | 167.14º | 0.33% | 1% | - |
| XYZ | 67.16 | 85.49 | 92.32 | - |
| YUV | 226.83 | 133.17 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 236 | 0.33 | 0 | 0.07 | 0.00 | 167.14 | 0.98 | 0.83 |
| Hex | AA | FE | EC | 21 | 0 | 7 | 0 | A7 | 62 | 53 |
| Octal | 252 | 376 | 354 | 41 | 0 | 7 | 0 | 247 | 142 | 123 |
| Binary | 10101010 | 11111110 | 11101100 | 100001 | 0 | 111 | 0 | 10100111 | 1100010 | 1010011 |
Color Harmonies of #AAFEEC
Complementary color
Monochromatic Colors of #AAFEEC
Black with #AAFEEC
Text Example
Text Example
White with #AAFEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFEEC; }
p { color: rgb(170,254,236); }
H1.HeaderClassName
{
color: #AAFEEC;
}
.AnyTagClassName
{
color: #AAFEEC;
}
</style>
background-color css
<style>
a { background-color: #AAFEEC; }
a { background-color: rgb(170,254,236); }
div.DivClassName
{
background-color: #AAFEEC;
}
.BgClassName
{
background-color: #AAFEEC;
}
</style>
border-color css
<style>
span { border-color: #AAFEEC; }
span { border-color: rgb(170,254,236); }
td.TdClassName
{
border-color: #AAFEEC;
}
.TagClassName
{
border-color: #AAFEEC;
}
</style>