Shades of Pale Turquoise #A2F4F2
Tints of Pale Turquoise #A2F4F2
RGB
CMYK
RGB Variations
Color information
#A2F4F2 (or 0xA2F4F2) is known color: Pale Turquoise. HEX triplet: A2, F4 and F2. RGB value is (162,244,242). Sum of RGB (Red+Green+Blue) = 162+244+242=648 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25% from 648); Green value is 244 (95.70% from 255 or 37.65% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F4F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F4F2 is #5D0B0D. Grayscale: #DBDBDB. Windows color (decimal): -6097678 or 15922338. OLE color: 15922338.
HSL color Cylindrical-coordinate representation of color #A2F4F2: hue angle of 178.54º degrees, saturation: 0.79, 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 #A2F4F2 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 244 | 242 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.04 |
| HSL | 178.54º | 0.79% | 0.8% | - |
| HSV(B) | 178.54º | 0.34% | 0.96% | - |
| XYZ | 63.28 | 78.79 | 95.88 | - |
| YUV | 219.25 | 140.83 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 244 | 242 | 0.34 | 0 | 0.01 | 0.04 | 178.54 | 0.79 | 0.8 |
| Hex | A2 | F4 | F2 | 22 | 0 | 1 | 4 | B3 | 4F | 50 |
| Octal | 242 | 364 | 362 | 42 | 0 | 1 | 4 | 263 | 117 | 120 |
| Binary | 10100010 | 11110100 | 11110010 | 100010 | 0 | 1 | 100 | 10110011 | 1001111 | 1010000 |
Color Harmonies of #A2F4F2
Complementary color
Monochromatic Colors of #A2F4F2
Black with #A2F4F2
Text Example
Text Example
White with #A2F4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F4F2; }
p { color: rgb(162,244,242); }
H1.HeaderClassName
{
color: #A2F4F2;
}
.AnyTagClassName
{
color: #A2F4F2;
}
</style>
background-color css
<style>
a { background-color: #A2F4F2; }
a { background-color: rgb(162,244,242); }
div.DivClassName
{
background-color: #A2F4F2;
}
.BgClassName
{
background-color: #A2F4F2;
}
</style>
border-color css
<style>
span { border-color: #A2F4F2; }
span { border-color: rgb(162,244,242); }
td.TdClassName
{
border-color: #A2F4F2;
}
.TagClassName
{
border-color: #A2F4F2;
}
</style>