Shades of Pale Turquoise #A2EFEC
Tints of Pale Turquoise #A2EFEC
RGB
CMYK
RGB Variations
Color information
#A2EFEC (or 0xA2EFEC) is known color: Pale Turquoise. HEX triplet: A2, EF and EC. RGB value is (162,239,236). Sum of RGB (Red+Green+Blue) = 162+239+236=637 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.43% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EFEC is #5D1013. Grayscale: #D7D7D7. Windows color (decimal): -6098964 or 15527842. OLE color: 15527842.
HSL color Cylindrical-coordinate representation of color #A2EFEC: hue angle of 177.66º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EFEC is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 236 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.06 |
| HSL | 177.66º | 0.71% | 0.79% | - |
| HSV(B) | 177.66º | 0.32% | 0.94% | - |
| XYZ | 60.91 | 75.47 | 90.71 | - |
| YUV | 215.64 | 139.49 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 236 | 0.32 | 0 | 0.01 | 0.06 | 177.66 | 0.71 | 0.79 |
| Hex | A2 | EF | EC | 20 | 0 | 1 | 6 | B2 | 47 | 4F |
| Octal | 242 | 357 | 354 | 40 | 0 | 1 | 6 | 262 | 107 | 117 |
| Binary | 10100010 | 11101111 | 11101100 | 100000 | 0 | 1 | 110 | 10110010 | 1000111 | 1001111 |
Color Harmonies of #A2EFEC
Complementary color
Monochromatic Colors of #A2EFEC
Black with #A2EFEC
Text Example
Text Example
White with #A2EFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EFEC; }
p { color: rgb(162,239,236); }
H1.HeaderClassName
{
color: #A2EFEC;
}
.AnyTagClassName
{
color: #A2EFEC;
}
</style>
background-color css
<style>
a { background-color: #A2EFEC; }
a { background-color: rgb(162,239,236); }
div.DivClassName
{
background-color: #A2EFEC;
}
.BgClassName
{
background-color: #A2EFEC;
}
</style>
border-color css
<style>
span { border-color: #A2EFEC; }
span { border-color: rgb(162,239,236); }
td.TdClassName
{
border-color: #A2EFEC;
}
.TagClassName
{
border-color: #A2EFEC;
}
</style>