Shades of Pale Turquoise #AAFFEE
Tints of Pale Turquoise #AAFFEE
RGB
CMYK
RGB Variations
Color information
#AAFFEE (or 0xAAFFEE) is known color: Pale Turquoise. HEX triplet: AA, FF and EE. RGB value is (170,255,238). Sum of RGB (Red+Green+Blue) = 170+255+238=663 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.64% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFEE is #550011. Grayscale: #E3E3E3. Windows color (decimal): -5570578 or 15663018. OLE color: 15663018.
HSL color Cylindrical-coordinate representation of color #AAFFEE: hue angle of 168º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFEE is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 238 | - |
| CMYK | 0.33 | 0 | 0.07 | 0 |
| HSL | 168º | 1% | 0.83% | - |
| HSV(B) | 168º | 0.33% | 1% | - |
| XYZ | 67.77 | 86.24 | 93.96 | - |
| YUV | 227.65 | 133.84 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 238 | 0.33 | 0 | 0.07 | 0 | 168 | 1 | 0.83 |
| Hex | AA | FF | EE | 21 | 0 | 7 | 0 | A8 | 64 | 53 |
| Octal | 252 | 377 | 356 | 41 | 0 | 7 | 0 | 250 | 144 | 123 |
| Binary | 10101010 | 11111111 | 11101110 | 100001 | 0 | 111 | 0 | 10101000 | 1100100 | 1010011 |
Color Harmonies of #AAFFEE
Complementary color
Monochromatic Colors of #AAFFEE
Black with #AAFFEE
Text Example
Text Example
White with #AAFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFFEE; }
p { color: rgb(170,255,238); }
H1.HeaderClassName
{
color: #AAFFEE;
}
.AnyTagClassName
{
color: #AAFFEE;
}
</style>
background-color css
<style>
a { background-color: #AAFFEE; }
a { background-color: rgb(170,255,238); }
div.DivClassName
{
background-color: #AAFFEE;
}
.BgClassName
{
background-color: #AAFFEE;
}
</style>
border-color css
<style>
span { border-color: #AAFFEE; }
span { border-color: rgb(170,255,238); }
td.TdClassName
{
border-color: #AAFFEE;
}
.TagClassName
{
border-color: #AAFFEE;
}
</style>