Shades of Pale Turquoise #AAE7E3
Tints of Pale Turquoise #AAE7E3
RGB
CMYK
RGB Variations
Color information
#AAE7E3 (or 0xAAE7E3) is known color: Pale Turquoise. HEX triplet: AA, E7 and E3. RGB value is (170,231,227). Sum of RGB (Red+Green+Blue) = 170+231+227=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 231 (90.62% from 255 or 36.78% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7E3 is #55181C. Grayscale: #D4D4D4. Windows color (decimal): -5576733 or 14935978. OLE color: 14935978.
HSL color Cylindrical-coordinate representation of color #AAE7E3: hue angle of 176.07º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE7E3 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 227 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.09 |
| HSL | 176.07º | 0.56% | 0.79% | - |
| HSV(B) | 176.07º | 0.26% | 0.91% | - |
| XYZ | 59.02 | 71.24 | 83.31 | - |
| YUV | 212.31 | 136.29 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 227 | 0.26 | 0 | 0.02 | 0.09 | 176.07 | 0.56 | 0.79 |
| Hex | AA | E7 | E3 | 1A | 0 | 2 | 9 | B0 | 38 | 4F |
| Octal | 252 | 347 | 343 | 32 | 0 | 2 | 11 | 260 | 70 | 117 |
| Binary | 10101010 | 11100111 | 11100011 | 11010 | 0 | 10 | 1001 | 10110000 | 111000 | 1001111 |
Color Harmonies of #AAE7E3
Complementary color
Monochromatic Colors of #AAE7E3
Black with #AAE7E3
Text Example
Text Example
White with #AAE7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7E3; }
p { color: rgb(170,231,227); }
H1.HeaderClassName
{
color: #AAE7E3;
}
.AnyTagClassName
{
color: #AAE7E3;
}
</style>
background-color css
<style>
a { background-color: #AAE7E3; }
a { background-color: rgb(170,231,227); }
div.DivClassName
{
background-color: #AAE7E3;
}
.BgClassName
{
background-color: #AAE7E3;
}
</style>
border-color css
<style>
span { border-color: #AAE7E3; }
span { border-color: rgb(170,231,227); }
td.TdClassName
{
border-color: #AAE7E3;
}
.TagClassName
{
border-color: #AAE7E3;
}
</style>