Shades of Pale Turquoise #A2E9E6
Tints of Pale Turquoise #A2E9E6
RGB
CMYK
RGB Variations
Color information
#A2E9E6 (or 0xA2E9E6) is known color: Pale Turquoise. HEX triplet: A2, E9 and E6. RGB value is (162,233,230). Sum of RGB (Red+Green+Blue) = 162+233+230=625 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.92% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E9E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2E9E6 is #5D1619. Grayscale: #D3D3D3. Windows color (decimal): -6100506 or 15133090. OLE color: 15133090.
HSL color Cylindrical-coordinate representation of color #A2E9E6: hue angle of 177.46º degrees, saturation: 0.62, 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 #A2E9E6 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 233 | 230 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.09 |
| HSL | 177.46º | 0.62% | 0.77% | - |
| HSV(B) | 177.46º | 0.3% | 0.91% | - |
| XYZ | 58.32 | 71.67 | 85.62 | - |
| YUV | 211.43 | 138.48 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 233 | 230 | 0.30 | 0 | 0.01 | 0.09 | 177.46 | 0.62 | 0.77 |
| Hex | A2 | E9 | E6 | 1E | 0 | 1 | 9 | B1 | 3E | 4D |
| Octal | 242 | 351 | 346 | 36 | 0 | 1 | 11 | 261 | 76 | 115 |
| Binary | 10100010 | 11101001 | 11100110 | 11110 | 0 | 1 | 1001 | 10110001 | 111110 | 1001101 |
Color Harmonies of #A2E9E6
Complementary color
Monochromatic Colors of #A2E9E6
Black with #A2E9E6
Text Example
Text Example
White with #A2E9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E9E6; }
p { color: rgb(162,233,230); }
H1.HeaderClassName
{
color: #A2E9E6;
}
.AnyTagClassName
{
color: #A2E9E6;
}
</style>
background-color css
<style>
a { background-color: #A2E9E6; }
a { background-color: rgb(162,233,230); }
div.DivClassName
{
background-color: #A2E9E6;
}
.BgClassName
{
background-color: #A2E9E6;
}
</style>
border-color css
<style>
span { border-color: #A2E9E6; }
span { border-color: rgb(162,233,230); }
td.TdClassName
{
border-color: #A2E9E6;
}
.TagClassName
{
border-color: #A2E9E6;
}
</style>