Shades of Pale Turquoise #A2E8E3
Tints of Pale Turquoise #A2E8E3
RGB
CMYK
RGB Variations
Color information
#A2E8E3 (or 0xA2E8E3) is known color: Pale Turquoise. HEX triplet: A2, E8 and E3. RGB value is (162,232,227). Sum of RGB (Red+Green+Blue) = 162+232+227=621 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.09% from 621); Green value is 232 (91.02% from 255 or 37.36% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 232 - color contains mainly: green. Hex color #A2E8E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E8E3 is #5D171C. Grayscale: #D2D2D2. Windows color (decimal): -6100765 or 14936226. OLE color: 14936226.
HSL color Cylindrical-coordinate representation of color #A2E8E3: hue angle of 175.71º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E8E3 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 232 | 227 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.09 |
| HSL | 175.71º | 0.6% | 0.77% | - |
| HSV(B) | 175.71º | 0.3% | 0.91% | - |
| XYZ | 57.62 | 70.94 | 83.33 | - |
| YUV | 210.5 | 137.31 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 232 | 227 | 0.30 | 0 | 0.02 | 0.09 | 175.71 | 0.6 | 0.77 |
| Hex | A2 | E8 | E3 | 1E | 0 | 2 | 9 | B0 | 3C | 4D |
| Octal | 242 | 350 | 343 | 36 | 0 | 2 | 11 | 260 | 74 | 115 |
| Binary | 10100010 | 11101000 | 11100011 | 11110 | 0 | 10 | 1001 | 10110000 | 111100 | 1001101 |
Color Harmonies of #A2E8E3
Complementary color
Monochromatic Colors of #A2E8E3
Black with #A2E8E3
Text Example
Text Example
White with #A2E8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E8E3; }
p { color: rgb(162,232,227); }
H1.HeaderClassName
{
color: #A2E8E3;
}
.AnyTagClassName
{
color: #A2E8E3;
}
</style>
background-color css
<style>
a { background-color: #A2E8E3; }
a { background-color: rgb(162,232,227); }
div.DivClassName
{
background-color: #A2E8E3;
}
.BgClassName
{
background-color: #A2E8E3;
}
</style>
border-color css
<style>
span { border-color: #A2E8E3; }
span { border-color: rgb(162,232,227); }
td.TdClassName
{
border-color: #A2E8E3;
}
.TagClassName
{
border-color: #A2E8E3;
}
</style>