Shades of Pale Turquoise #AAEFE7
Tints of Pale Turquoise #AAEFE7
RGB
CMYK
RGB Variations
Color information
#AAEFE7 (or 0xAAEFE7) is known color: Pale Turquoise. HEX triplet: AA, EF and E7. RGB value is (170,239,231). Sum of RGB (Red+Green+Blue) = 170+239+231=640 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.56% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEFE7 is #551018. Grayscale: #D9D9D9. Windows color (decimal): -5574681 or 15200170. OLE color: 15200170.
HSL color Cylindrical-coordinate representation of color #AAEFE7: hue angle of 173.04º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEFE7 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 239 | 231 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.06 |
| HSL | 173.04º | 0.68% | 0.8% | - |
| HSV(B) | 173.04º | 0.29% | 0.94% | - |
| XYZ | 61.87 | 76.05 | 87.02 | - |
| YUV | 217.46 | 135.64 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 231 | 0.29 | 0 | 0.03 | 0.06 | 173.04 | 0.68 | 0.8 |
| Hex | AA | EF | E7 | 1D | 0 | 3 | 6 | AD | 44 | 50 |
| Octal | 252 | 357 | 347 | 35 | 0 | 3 | 6 | 255 | 104 | 120 |
| Binary | 10101010 | 11101111 | 11100111 | 11101 | 0 | 11 | 110 | 10101101 | 1000100 | 1010000 |
Color Harmonies of #AAEFE7
Complementary color
Monochromatic Colors of #AAEFE7
Black with #AAEFE7
Text Example
Text Example
White with #AAEFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEFE7; }
p { color: rgb(170,239,231); }
H1.HeaderClassName
{
color: #AAEFE7;
}
.AnyTagClassName
{
color: #AAEFE7;
}
</style>
background-color css
<style>
a { background-color: #AAEFE7; }
a { background-color: rgb(170,239,231); }
div.DivClassName
{
background-color: #AAEFE7;
}
.BgClassName
{
background-color: #AAEFE7;
}
</style>
border-color css
<style>
span { border-color: #AAEFE7; }
span { border-color: rgb(170,239,231); }
td.TdClassName
{
border-color: #AAEFE7;
}
.TagClassName
{
border-color: #AAEFE7;
}
</style>