Shades of Pale Turquoise #AAE8EA
Tints of Pale Turquoise #AAE8EA
RGB
CMYK
RGB Variations
Color information
#AAE8EA (or 0xAAE8EA) is known color: Pale Turquoise. HEX triplet: AA, E8 and EA. RGB value is (170,232,234). Sum of RGB (Red+Green+Blue) = 170+232+234=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAE8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE8EA is #551715. Grayscale: #D5D5D5. Windows color (decimal): -5576470 or 15394986. OLE color: 15394986.
HSL color Cylindrical-coordinate representation of color #AAE8EA: hue angle of 181.88º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE8EA is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 232 | 234 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.08 |
| HSL | 181.88º | 0.6% | 0.79% | - |
| HSV(B) | 181.88º | 0.27% | 0.92% | - |
| XYZ | 60.29 | 72.2 | 88.6 | - |
| YUV | 213.69 | 139.46 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 234 | 0.27 | 0.01 | 0 | 0.08 | 181.88 | 0.6 | 0.79 |
| Hex | AA | E8 | EA | 1B | 1 | 0 | 8 | B6 | 3C | 4F |
| Octal | 252 | 350 | 352 | 33 | 1 | 0 | 10 | 266 | 74 | 117 |
| Binary | 10101010 | 11101000 | 11101010 | 11011 | 1 | 0 | 1000 | 10110110 | 111100 | 1001111 |
Color Harmonies of #AAE8EA
Complementary color
Monochromatic Colors of #AAE8EA
Black with #AAE8EA
Text Example
Text Example
White with #AAE8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE8EA; }
p { color: rgb(170,232,234); }
H1.HeaderClassName
{
color: #AAE8EA;
}
.AnyTagClassName
{
color: #AAE8EA;
}
</style>
background-color css
<style>
a { background-color: #AAE8EA; }
a { background-color: rgb(170,232,234); }
div.DivClassName
{
background-color: #AAE8EA;
}
.BgClassName
{
background-color: #AAE8EA;
}
</style>
border-color css
<style>
span { border-color: #AAE8EA; }
span { border-color: rgb(170,232,234); }
td.TdClassName
{
border-color: #AAE8EA;
}
.TagClassName
{
border-color: #AAE8EA;
}
</style>