Shades of Pale Turquoise #A2F2E9
Tints of Pale Turquoise #A2F2E9
RGB
CMYK
RGB Variations
Color information
#A2F2E9 (or 0xA2F2E9) is known color: Pale Turquoise. HEX triplet: A2, F2 and E9. RGB value is (162,242,233). Sum of RGB (Red+Green+Blue) = 162+242+233=637 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.43% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F2E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F2E9 is #5D0D16. Grayscale: #D9D9D9. Windows color (decimal): -6098199 or 15332002. OLE color: 15332002.
HSL color Cylindrical-coordinate representation of color #A2F2E9: hue angle of 173.25º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F2E9 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 233 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.05 |
| HSL | 173.25º | 0.75% | 0.79% | - |
| HSV(B) | 173.25º | 0.33% | 0.95% | - |
| XYZ | 61.36 | 77.07 | 88.73 | - |
| YUV | 217.05 | 137 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 233 | 0.33 | 0 | 0.04 | 0.05 | 173.25 | 0.75 | 0.79 |
| Hex | A2 | F2 | E9 | 21 | 0 | 4 | 5 | AD | 4B | 4F |
| Octal | 242 | 362 | 351 | 41 | 0 | 4 | 5 | 255 | 113 | 117 |
| Binary | 10100010 | 11110010 | 11101001 | 100001 | 0 | 100 | 101 | 10101101 | 1001011 | 1001111 |
Color Harmonies of #A2F2E9
Complementary color
Monochromatic Colors of #A2F2E9
Black with #A2F2E9
Text Example
Text Example
White with #A2F2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F2E9; }
p { color: rgb(162,242,233); }
H1.HeaderClassName
{
color: #A2F2E9;
}
.AnyTagClassName
{
color: #A2F2E9;
}
</style>
background-color css
<style>
a { background-color: #A2F2E9; }
a { background-color: rgb(162,242,233); }
div.DivClassName
{
background-color: #A2F2E9;
}
.BgClassName
{
background-color: #A2F2E9;
}
</style>
border-color css
<style>
span { border-color: #A2F2E9; }
span { border-color: rgb(162,242,233); }
td.TdClassName
{
border-color: #A2F2E9;
}
.TagClassName
{
border-color: #A2F2E9;
}
</style>