Shades of Pale Turquoise #A2F2EE
Tints of Pale Turquoise #A2F2EE
RGB
CMYK
RGB Variations
Color information
#A2F2EE (or 0xA2F2EE) is known color: Pale Turquoise. HEX triplet: A2, F2 and EE. RGB value is (162,242,238). Sum of RGB (Red+Green+Blue) = 162+242+238=642 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.23% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F2EE is #5D0D11. Grayscale: #D9D9D9. Windows color (decimal): -6098194 or 15659682. OLE color: 15659682.
HSL color Cylindrical-coordinate representation of color #A2F2EE: hue angle of 177º 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 #A2F2EE is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 238 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.05 |
| HSL | 177º | 0.75% | 0.79% | - |
| HSV(B) | 177º | 0.33% | 0.95% | - |
| XYZ | 62.09 | 77.36 | 92.55 | - |
| YUV | 217.62 | 139.5 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 238 | 0.33 | 0 | 0.02 | 0.05 | 177 | 0.75 | 0.79 |
| Hex | A2 | F2 | EE | 21 | 0 | 2 | 5 | B1 | 4B | 4F |
| Octal | 242 | 362 | 356 | 41 | 0 | 2 | 5 | 261 | 113 | 117 |
| Binary | 10100010 | 11110010 | 11101110 | 100001 | 0 | 10 | 101 | 10110001 | 1001011 | 1001111 |
Color Harmonies of #A2F2EE
Complementary color
Monochromatic Colors of #A2F2EE
Black with #A2F2EE
Text Example
Text Example
White with #A2F2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F2EE; }
p { color: rgb(162,242,238); }
H1.HeaderClassName
{
color: #A2F2EE;
}
.AnyTagClassName
{
color: #A2F2EE;
}
</style>
background-color css
<style>
a { background-color: #A2F2EE; }
a { background-color: rgb(162,242,238); }
div.DivClassName
{
background-color: #A2F2EE;
}
.BgClassName
{
background-color: #A2F2EE;
}
</style>
border-color css
<style>
span { border-color: #A2F2EE; }
span { border-color: rgb(162,242,238); }
td.TdClassName
{
border-color: #A2F2EE;
}
.TagClassName
{
border-color: #A2F2EE;
}
</style>