Shades of Pale Turquoise #AAF2E6
Tints of Pale Turquoise #AAF2E6
RGB
CMYK
RGB Variations
Color information
#AAF2E6 (or 0xAAF2E6) is known color: Pale Turquoise. HEX triplet: AA, F2 and E6. RGB value is (170,242,230). Sum of RGB (Red+Green+Blue) = 170+242+230=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF2E6 is #550D19. Grayscale: #DBDBDB. Windows color (decimal): -5573914 or 15135402. OLE color: 15135402.
HSL color Cylindrical-coordinate representation of color #AAF2E6: hue angle of 170º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2E6 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 230 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.05 |
| HSL | 170º | 0.73% | 0.81% | - |
| HSV(B) | 170º | 0.3% | 0.95% | - |
| XYZ | 62.61 | 77.76 | 86.57 | - |
| YUV | 219.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 230 | 0.30 | 0 | 0.05 | 0.05 | 170 | 0.73 | 0.81 |
| Hex | AA | F2 | E6 | 1E | 0 | 5 | 5 | AA | 49 | 51 |
| Octal | 252 | 362 | 346 | 36 | 0 | 5 | 5 | 252 | 111 | 121 |
| Binary | 10101010 | 11110010 | 11100110 | 11110 | 0 | 101 | 101 | 10101010 | 1001001 | 1010001 |
Color Harmonies of #AAF2E6
Complementary color
Monochromatic Colors of #AAF2E6
Black with #AAF2E6
Text Example
Text Example
White with #AAF2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2E6; }
p { color: rgb(170,242,230); }
H1.HeaderClassName
{
color: #AAF2E6;
}
.AnyTagClassName
{
color: #AAF2E6;
}
</style>
background-color css
<style>
a { background-color: #AAF2E6; }
a { background-color: rgb(170,242,230); }
div.DivClassName
{
background-color: #AAF2E6;
}
.BgClassName
{
background-color: #AAF2E6;
}
</style>
border-color css
<style>
span { border-color: #AAF2E6; }
span { border-color: rgb(170,242,230); }
td.TdClassName
{
border-color: #AAF2E6;
}
.TagClassName
{
border-color: #AAF2E6;
}
</style>