Shades of Pale Turquoise #A2F2ED
Tints of Pale Turquoise #A2F2ED
RGB
CMYK
RGB Variations
Color information
#A2F2ED (or 0xA2F2ED) is known color: Pale Turquoise. HEX triplet: A2, F2 and ED. RGB value is (162,242,237). Sum of RGB (Red+Green+Blue) = 162+242+237=641 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.27% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F2ED is #5D0D12. Grayscale: #D9D9D9. Windows color (decimal): -6098195 or 15594146. OLE color: 15594146.
HSL color Cylindrical-coordinate representation of color #A2F2ED: hue angle of 176.25º 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 #A2F2ED is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 237 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.05 |
| HSL | 176.25º | 0.75% | 0.79% | - |
| HSV(B) | 176.25º | 0.33% | 0.95% | - |
| XYZ | 61.94 | 77.3 | 91.78 | - |
| YUV | 217.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 237 | 0.33 | 0 | 0.02 | 0.05 | 176.25 | 0.75 | 0.79 |
| Hex | A2 | F2 | ED | 21 | 0 | 2 | 5 | B0 | 4B | 4F |
| Octal | 242 | 362 | 355 | 41 | 0 | 2 | 5 | 260 | 113 | 117 |
| Binary | 10100010 | 11110010 | 11101101 | 100001 | 0 | 10 | 101 | 10110000 | 1001011 | 1001111 |
Color Harmonies of #A2F2ED
Complementary color
Monochromatic Colors of #A2F2ED
Black with #A2F2ED
Text Example
Text Example
White with #A2F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F2ED; }
p { color: rgb(162,242,237); }
H1.HeaderClassName
{
color: #A2F2ED;
}
.AnyTagClassName
{
color: #A2F2ED;
}
</style>
background-color css
<style>
a { background-color: #A2F2ED; }
a { background-color: rgb(162,242,237); }
div.DivClassName
{
background-color: #A2F2ED;
}
.BgClassName
{
background-color: #A2F2ED;
}
</style>
border-color css
<style>
span { border-color: #A2F2ED; }
span { border-color: rgb(162,242,237); }
td.TdClassName
{
border-color: #A2F2ED;
}
.TagClassName
{
border-color: #A2F2ED;
}
</style>