Shades of Pale Turquoise #A2F6F2
Tints of Pale Turquoise #A2F6F2
RGB
CMYK
RGB Variations
Color information
#A2F6F2 (or 0xA2F6F2) is known color: Pale Turquoise. HEX triplet: A2, F6 and F2. RGB value is (162,246,242). Sum of RGB (Red+Green+Blue) = 162+246+242=650 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.92% from 650); Green value is 246 (96.48% from 255 or 37.85% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F6F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F6F2 is #5D090D. Grayscale: #DCDCDC. Windows color (decimal): -6097166 or 15922850. OLE color: 15922850.
HSL color Cylindrical-coordinate representation of color #A2F6F2: hue angle of 177.14º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2F6F2 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 246 | 242 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.04 |
| HSL | 177.14º | 0.82% | 0.8% | - |
| HSV(B) | 177.14º | 0.34% | 0.96% | - |
| XYZ | 63.88 | 80 | 96.08 | - |
| YUV | 220.43 | 140.17 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 246 | 242 | 0.34 | 0 | 0.02 | 0.04 | 177.14 | 0.82 | 0.8 |
| Hex | A2 | F6 | F2 | 22 | 0 | 2 | 4 | B1 | 52 | 50 |
| Octal | 242 | 366 | 362 | 42 | 0 | 2 | 4 | 261 | 122 | 120 |
| Binary | 10100010 | 11110110 | 11110010 | 100010 | 0 | 10 | 100 | 10110001 | 1010010 | 1010000 |
Color Harmonies of #A2F6F2
Complementary color
Monochromatic Colors of #A2F6F2
Black with #A2F6F2
Text Example
Text Example
White with #A2F6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F6F2; }
p { color: rgb(162,246,242); }
H1.HeaderClassName
{
color: #A2F6F2;
}
.AnyTagClassName
{
color: #A2F6F2;
}
</style>
background-color css
<style>
a { background-color: #A2F6F2; }
a { background-color: rgb(162,246,242); }
div.DivClassName
{
background-color: #A2F6F2;
}
.BgClassName
{
background-color: #A2F6F2;
}
</style>
border-color css
<style>
span { border-color: #A2F6F2; }
span { border-color: rgb(162,246,242); }
td.TdClassName
{
border-color: #A2F6F2;
}
.TagClassName
{
border-color: #A2F6F2;
}
</style>