Shades of Pale Turquoise #A2ECE6
Tints of Pale Turquoise #A2ECE6
RGB
CMYK
RGB Variations
Color information
#A2ECE6 (or 0xA2ECE6) is known color: Pale Turquoise. HEX triplet: A2, EC and E6. RGB value is (162,236,230). Sum of RGB (Red+Green+Blue) = 162+236+230=628 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.80% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2ECE6 is #5D1319. Grayscale: #D5D5D5. Windows color (decimal): -6099738 or 15133858. OLE color: 15133858.
HSL color Cylindrical-coordinate representation of color #A2ECE6: hue angle of 175.14º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2ECE6 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 236 | 230 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.07 |
| HSL | 175.14º | 0.66% | 0.78% | - |
| HSV(B) | 175.14º | 0.31% | 0.93% | - |
| XYZ | 59.18 | 73.39 | 85.91 | - |
| YUV | 213.19 | 137.48 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 230 | 0.31 | 0 | 0.03 | 0.07 | 175.14 | 0.66 | 0.78 |
| Hex | A2 | EC | E6 | 1F | 0 | 3 | 7 | AF | 42 | 4E |
| Octal | 242 | 354 | 346 | 37 | 0 | 3 | 7 | 257 | 102 | 116 |
| Binary | 10100010 | 11101100 | 11100110 | 11111 | 0 | 11 | 111 | 10101111 | 1000010 | 1001110 |
Color Harmonies of #A2ECE6
Complementary color
Monochromatic Colors of #A2ECE6
Black with #A2ECE6
Text Example
Text Example
White with #A2ECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ECE6; }
p { color: rgb(162,236,230); }
H1.HeaderClassName
{
color: #A2ECE6;
}
.AnyTagClassName
{
color: #A2ECE6;
}
</style>
background-color css
<style>
a { background-color: #A2ECE6; }
a { background-color: rgb(162,236,230); }
div.DivClassName
{
background-color: #A2ECE6;
}
.BgClassName
{
background-color: #A2ECE6;
}
</style>
border-color css
<style>
span { border-color: #A2ECE6; }
span { border-color: rgb(162,236,230); }
td.TdClassName
{
border-color: #A2ECE6;
}
.TagClassName
{
border-color: #A2ECE6;
}
</style>