Shades of Pale Turquoise #A2EFEF
Tints of Pale Turquoise #A2EFEF
RGB
CMYK
RGB Variations
Color information
#A2EFEF (or 0xA2EFEF) is known color: Pale Turquoise. HEX triplet: A2, EF and EF. RGB value is (162,239,239). Sum of RGB (Red+Green+Blue) = 162+239+239=640 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.31% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #A2EFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EFEF is #5D1010. Grayscale: #D7D7D7. Windows color (decimal): -6098961 or 15724450. OLE color: 15724450.
HSL color Cylindrical-coordinate representation of color #A2EFEF: hue angle of 180º 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 #A2EFEF is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 239 | - |
| CMYK | 0.32 | 0 | 0 | 0.06 |
| HSL | 180º | 0.71% | 0.79% | - |
| HSV(B) | 180º | 0.32% | 0.94% | - |
| XYZ | 61.35 | 75.65 | 93.03 | - |
| YUV | 215.98 | 140.99 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 239 | 0.32 | 0 | 0 | 0.06 | 180 | 0.71 | 0.79 |
| Hex | A2 | EF | EF | 20 | 0 | 0 | 6 | B4 | 47 | 4F |
| Octal | 242 | 357 | 357 | 40 | 0 | 0 | 6 | 264 | 107 | 117 |
| Binary | 10100010 | 11101111 | 11101111 | 100000 | 0 | 0 | 110 | 10110100 | 1000111 | 1001111 |
Color Harmonies of #A2EFEF
Complementary color
Monochromatic Colors of #A2EFEF
Black with #A2EFEF
Text Example
Text Example
White with #A2EFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EFEF; }
p { color: rgb(162,239,239); }
H1.HeaderClassName
{
color: #A2EFEF;
}
.AnyTagClassName
{
color: #A2EFEF;
}
</style>
background-color css
<style>
a { background-color: #A2EFEF; }
a { background-color: rgb(162,239,239); }
div.DivClassName
{
background-color: #A2EFEF;
}
.BgClassName
{
background-color: #A2EFEF;
}
</style>
border-color css
<style>
span { border-color: #A2EFEF; }
span { border-color: rgb(162,239,239); }
td.TdClassName
{
border-color: #A2EFEF;
}
.TagClassName
{
border-color: #A2EFEF;
}
</style>