Shades of Pale Turquoise #A2FEF2
Tints of Pale Turquoise #A2FEF2
RGB
CMYK
RGB Variations
Color information
#A2FEF2 (or 0xA2FEF2) is known color: Pale Turquoise. HEX triplet: A2, FE and F2. RGB value is (162,254,242). Sum of RGB (Red+Green+Blue) = 162+254+242=658 (87% of max value = 765). Red value is 162 (63.67% from 255 or 24.62% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FEF2 is #5D010D. Grayscale: #E1E1E1. Windows color (decimal): -6095118 or 15924898. OLE color: 15924898.
HSL color Cylindrical-coordinate representation of color #A2FEF2: hue angle of 172.17º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FEF2 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 254 | 242 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.00 |
| HSL | 172.17º | 0.98% | 0.82% | - |
| HSV(B) | 172.17º | 0.36% | 1% | - |
| XYZ | 66.37 | 84.98 | 96.91 | - |
| YUV | 225.12 | 137.52 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 254 | 242 | 0.36 | 0 | 0.05 | 0.00 | 172.17 | 0.98 | 0.82 |
| Hex | A2 | FE | F2 | 24 | 0 | 5 | 0 | AC | 62 | 52 |
| Octal | 242 | 376 | 362 | 44 | 0 | 5 | 0 | 254 | 142 | 122 |
| Binary | 10100010 | 11111110 | 11110010 | 100100 | 0 | 101 | 0 | 10101100 | 1100010 | 1010010 |
Color Harmonies of #A2FEF2
Complementary color
Monochromatic Colors of #A2FEF2
Black with #A2FEF2
Text Example
Text Example
White with #A2FEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FEF2; }
p { color: rgb(162,254,242); }
H1.HeaderClassName
{
color: #A2FEF2;
}
.AnyTagClassName
{
color: #A2FEF2;
}
</style>
background-color css
<style>
a { background-color: #A2FEF2; }
a { background-color: rgb(162,254,242); }
div.DivClassName
{
background-color: #A2FEF2;
}
.BgClassName
{
background-color: #A2FEF2;
}
</style>
border-color css
<style>
span { border-color: #A2FEF2; }
span { border-color: rgb(162,254,242); }
td.TdClassName
{
border-color: #A2FEF2;
}
.TagClassName
{
border-color: #A2FEF2;
}
</style>