Shades of Pale Turquoise #AAFEEE
Tints of Pale Turquoise #AAFEEE
RGB
CMYK
RGB Variations
Color information
#AAFEEE (or 0xAAFEEE) is known color: Pale Turquoise. HEX triplet: AA, FE and EE. RGB value is (170,254,238). Sum of RGB (Red+Green+Blue) = 170+254+238=662 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.68% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFEEE is #550111. Grayscale: #E3E3E3. Windows color (decimal): -5570834 or 15662762. OLE color: 15662762.
HSL color Cylindrical-coordinate representation of color #AAFEEE: hue angle of 168.57º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFEEE is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 238 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.00 |
| HSL | 168.57º | 0.98% | 0.83% | - |
| HSV(B) | 168.57º | 0.33% | 1% | - |
| XYZ | 67.45 | 85.6 | 93.86 | - |
| YUV | 227.06 | 134.17 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 238 | 0.33 | 0 | 0.06 | 0.00 | 168.57 | 0.98 | 0.83 |
| Hex | AA | FE | EE | 21 | 0 | 6 | 0 | A9 | 62 | 53 |
| Octal | 252 | 376 | 356 | 41 | 0 | 6 | 0 | 251 | 142 | 123 |
| Binary | 10101010 | 11111110 | 11101110 | 100001 | 0 | 110 | 0 | 10101001 | 1100010 | 1010011 |
Color Harmonies of #AAFEEE
Complementary color
Monochromatic Colors of #AAFEEE
Black with #AAFEEE
Text Example
Text Example
White with #AAFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFEEE; }
p { color: rgb(170,254,238); }
H1.HeaderClassName
{
color: #AAFEEE;
}
.AnyTagClassName
{
color: #AAFEEE;
}
</style>
background-color css
<style>
a { background-color: #AAFEEE; }
a { background-color: rgb(170,254,238); }
div.DivClassName
{
background-color: #AAFEEE;
}
.BgClassName
{
background-color: #AAFEEE;
}
</style>
border-color css
<style>
span { border-color: #AAFEEE; }
span { border-color: rgb(170,254,238); }
td.TdClassName
{
border-color: #AAFEEE;
}
.TagClassName
{
border-color: #AAFEEE;
}
</style>