Shades of Pale Turquoise #A2F1EC
Tints of Pale Turquoise #A2F1EC
RGB
CMYK
RGB Variations
Color information
#A2F1EC (or 0xA2F1EC) is known color: Pale Turquoise. HEX triplet: A2, F1 and EC. RGB value is (162,241,236). Sum of RGB (Red+Green+Blue) = 162+241+236=639 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.35% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F1EC is #5D0E13. Grayscale: #D8D8D8. Windows color (decimal): -6098452 or 15528354. OLE color: 15528354.
HSL color Cylindrical-coordinate representation of color #A2F1EC: hue angle of 176.2º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F1EC is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 236 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.05 |
| HSL | 176.2º | 0.74% | 0.79% | - |
| HSV(B) | 176.2º | 0.33% | 0.95% | - |
| XYZ | 61.5 | 76.65 | 90.91 | - |
| YUV | 216.81 | 138.83 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 236 | 0.33 | 0 | 0.02 | 0.05 | 176.2 | 0.74 | 0.79 |
| Hex | A2 | F1 | EC | 21 | 0 | 2 | 5 | B0 | 4A | 4F |
| Octal | 242 | 361 | 354 | 41 | 0 | 2 | 5 | 260 | 112 | 117 |
| Binary | 10100010 | 11110001 | 11101100 | 100001 | 0 | 10 | 101 | 10110000 | 1001010 | 1001111 |
Color Harmonies of #A2F1EC
Complementary color
Monochromatic Colors of #A2F1EC
Black with #A2F1EC
Text Example
Text Example
White with #A2F1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F1EC; }
p { color: rgb(162,241,236); }
H1.HeaderClassName
{
color: #A2F1EC;
}
.AnyTagClassName
{
color: #A2F1EC;
}
</style>
background-color css
<style>
a { background-color: #A2F1EC; }
a { background-color: rgb(162,241,236); }
div.DivClassName
{
background-color: #A2F1EC;
}
.BgClassName
{
background-color: #A2F1EC;
}
</style>
border-color css
<style>
span { border-color: #A2F1EC; }
span { border-color: rgb(162,241,236); }
td.TdClassName
{
border-color: #A2F1EC;
}
.TagClassName
{
border-color: #A2F1EC;
}
</style>