Shades of Pale Turquoise #A2F7E6
Tints of Pale Turquoise #A2F7E6
RGB
CMYK
RGB Variations
Color information
#A2F7E6 (or 0xA2F7E6) is known color: Pale Turquoise. HEX triplet: A2, F7 and E6. RGB value is (162,247,230). Sum of RGB (Red+Green+Blue) = 162+247+230=639 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.35% from 639); Green value is 247 (96.88% from 255 or 38.65% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F7E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F7E6 is #5D0819. Grayscale: #DBDBDB. Windows color (decimal): -6096922 or 15136674. OLE color: 15136674.
HSL color Cylindrical-coordinate representation of color #A2F7E6: hue angle of 168º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2F7E6 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 247 | 230 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.03 |
| HSL | 168º | 0.84% | 0.8% | - |
| HSV(B) | 168º | 0.34% | 0.97% | - |
| XYZ | 62.44 | 79.92 | 87 | - |
| YUV | 219.65 | 133.84 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 247 | 230 | 0.34 | 0 | 0.07 | 0.03 | 168 | 0.84 | 0.8 |
| Hex | A2 | F7 | E6 | 22 | 0 | 7 | 3 | A8 | 54 | 50 |
| Octal | 242 | 367 | 346 | 42 | 0 | 7 | 3 | 250 | 124 | 120 |
| Binary | 10100010 | 11110111 | 11100110 | 100010 | 0 | 111 | 11 | 10101000 | 1010100 | 1010000 |
Color Harmonies of #A2F7E6
Complementary color
Monochromatic Colors of #A2F7E6
Black with #A2F7E6
Text Example
Text Example
White with #A2F7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F7E6; }
p { color: rgb(162,247,230); }
H1.HeaderClassName
{
color: #A2F7E6;
}
.AnyTagClassName
{
color: #A2F7E6;
}
</style>
background-color css
<style>
a { background-color: #A2F7E6; }
a { background-color: rgb(162,247,230); }
div.DivClassName
{
background-color: #A2F7E6;
}
.BgClassName
{
background-color: #A2F7E6;
}
</style>
border-color css
<style>
span { border-color: #A2F7E6; }
span { border-color: rgb(162,247,230); }
td.TdClassName
{
border-color: #A2F7E6;
}
.TagClassName
{
border-color: #A2F7E6;
}
</style>