Shades of Pale Turquoise #A2F2EF
Tints of Pale Turquoise #A2F2EF
RGB
CMYK
RGB Variations
Color information
#A2F2EF (or 0xA2F2EF) is known color: Pale Turquoise. HEX triplet: A2, F2 and EF. RGB value is (162,242,239). Sum of RGB (Red+Green+Blue) = 162+242+239=643 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.19% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F2EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F2EF is #5D0D10. Grayscale: #D9D9D9. Windows color (decimal): -6098193 or 15725218. OLE color: 15725218.
HSL color Cylindrical-coordinate representation of color #A2F2EF: hue angle of 177.75º degrees, saturation: 0.75, 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 #A2F2EF is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 239 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.05 |
| HSL | 177.75º | 0.75% | 0.79% | - |
| HSV(B) | 177.75º | 0.33% | 0.95% | - |
| XYZ | 62.23 | 77.42 | 93.32 | - |
| YUV | 217.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 239 | 0.33 | 0 | 0.01 | 0.05 | 177.75 | 0.75 | 0.79 |
| Hex | A2 | F2 | EF | 21 | 0 | 1 | 5 | B2 | 4B | 4F |
| Octal | 242 | 362 | 357 | 41 | 0 | 1 | 5 | 262 | 113 | 117 |
| Binary | 10100010 | 11110010 | 11101111 | 100001 | 0 | 1 | 101 | 10110010 | 1001011 | 1001111 |
Color Harmonies of #A2F2EF
Complementary color
Monochromatic Colors of #A2F2EF
Black with #A2F2EF
Text Example
Text Example
White with #A2F2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F2EF; }
p { color: rgb(162,242,239); }
H1.HeaderClassName
{
color: #A2F2EF;
}
.AnyTagClassName
{
color: #A2F2EF;
}
</style>
background-color css
<style>
a { background-color: #A2F2EF; }
a { background-color: rgb(162,242,239); }
div.DivClassName
{
background-color: #A2F2EF;
}
.BgClassName
{
background-color: #A2F2EF;
}
</style>
border-color css
<style>
span { border-color: #A2F2EF; }
span { border-color: rgb(162,242,239); }
td.TdClassName
{
border-color: #A2F2EF;
}
.TagClassName
{
border-color: #A2F2EF;
}
</style>