Shades of Pale Turquoise #AAF7EE
Tints of Pale Turquoise #AAF7EE
RGB
CMYK
RGB Variations
Color information
#AAF7EE (or 0xAAF7EE) is known color: Pale Turquoise. HEX triplet: AA, F7 and EE. RGB value is (170,247,238). Sum of RGB (Red+Green+Blue) = 170+247+238=655 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.95% from 655); Green value is 247 (96.88% from 255 or 37.71% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF7EE is #550811. Grayscale: #DEDEDE. Windows color (decimal): -5572626 or 15660970. OLE color: 15660970.
HSL color Cylindrical-coordinate representation of color #AAF7EE: hue angle of 172.99º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF7EE is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 238 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.03 |
| HSL | 172.99º | 0.83% | 0.82% | - |
| HSV(B) | 172.99º | 0.31% | 0.97% | - |
| XYZ | 65.27 | 81.24 | 93.13 | - |
| YUV | 222.95 | 136.49 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 238 | 0.31 | 0 | 0.04 | 0.03 | 172.99 | 0.83 | 0.82 |
| Hex | AA | F7 | EE | 1F | 0 | 4 | 3 | AD | 53 | 52 |
| Octal | 252 | 367 | 356 | 37 | 0 | 4 | 3 | 255 | 123 | 122 |
| Binary | 10101010 | 11110111 | 11101110 | 11111 | 0 | 100 | 11 | 10101101 | 1010011 | 1010010 |
Color Harmonies of #AAF7EE
Complementary color
Monochromatic Colors of #AAF7EE
Black with #AAF7EE
Text Example
Text Example
White with #AAF7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF7EE; }
p { color: rgb(170,247,238); }
H1.HeaderClassName
{
color: #AAF7EE;
}
.AnyTagClassName
{
color: #AAF7EE;
}
</style>
background-color css
<style>
a { background-color: #AAF7EE; }
a { background-color: rgb(170,247,238); }
div.DivClassName
{
background-color: #AAF7EE;
}
.BgClassName
{
background-color: #AAF7EE;
}
</style>
border-color css
<style>
span { border-color: #AAF7EE; }
span { border-color: rgb(170,247,238); }
td.TdClassName
{
border-color: #AAF7EE;
}
.TagClassName
{
border-color: #AAF7EE;
}
</style>