Shades of Pale Turquoise #AAE7EA
Tints of Pale Turquoise #AAE7EA
RGB
CMYK
RGB Variations
Color information
#AAE7EA (or 0xAAE7EA) is known color: Pale Turquoise. HEX triplet: AA, E7 and EA. RGB value is (170,231,234). Sum of RGB (Red+Green+Blue) = 170+231+234=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 231 (90.62% from 255 or 36.38% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAE7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE7EA is #551815. Grayscale: #D5D5D5. Windows color (decimal): -5576726 or 15394730. OLE color: 15394730.
HSL color Cylindrical-coordinate representation of color #AAE7EA: hue angle of 182.81º 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 #AAE7EA is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 231 | 234 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.08 |
| HSL | 182.81º | 0.6% | 0.79% | - |
| HSV(B) | 182.81º | 0.27% | 0.92% | - |
| XYZ | 60 | 71.64 | 88.51 | - |
| YUV | 213.1 | 139.79 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 234 | 0.27 | 0.01 | 0 | 0.08 | 182.81 | 0.6 | 0.79 |
| Hex | AA | E7 | EA | 1B | 1 | 0 | 8 | B7 | 3C | 4F |
| Octal | 252 | 347 | 352 | 33 | 1 | 0 | 10 | 267 | 74 | 117 |
| Binary | 10101010 | 11100111 | 11101010 | 11011 | 1 | 0 | 1000 | 10110111 | 111100 | 1001111 |
Color Harmonies of #AAE7EA
Complementary color
Monochromatic Colors of #AAE7EA
Black with #AAE7EA
Text Example
Text Example
White with #AAE7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7EA; }
p { color: rgb(170,231,234); }
H1.HeaderClassName
{
color: #AAE7EA;
}
.AnyTagClassName
{
color: #AAE7EA;
}
</style>
background-color css
<style>
a { background-color: #AAE7EA; }
a { background-color: rgb(170,231,234); }
div.DivClassName
{
background-color: #AAE7EA;
}
.BgClassName
{
background-color: #AAE7EA;
}
</style>
border-color css
<style>
span { border-color: #AAE7EA; }
span { border-color: rgb(170,231,234); }
td.TdClassName
{
border-color: #AAE7EA;
}
.TagClassName
{
border-color: #AAE7EA;
}
</style>