Shades of Pale Turquoise #A2FEED
Tints of Pale Turquoise #A2FEED
RGB
CMYK
RGB Variations
Color information
#A2FEED (or 0xA2FEED) is known color: Pale Turquoise. HEX triplet: A2, FE and ED. RGB value is (162,254,237). Sum of RGB (Red+Green+Blue) = 162+254+237=653 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.81% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FEED is #5D0112. Grayscale: #E0E0E0. Windows color (decimal): -6095123 or 15597218. OLE color: 15597218.
HSL color Cylindrical-coordinate representation of color #A2FEED: hue angle of 168.91º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FEED is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 254 | 237 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.00 |
| HSL | 168.91º | 0.98% | 0.82% | - |
| HSV(B) | 168.91º | 0.36% | 1% | - |
| XYZ | 65.63 | 84.68 | 93.01 | - |
| YUV | 224.55 | 135.02 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 254 | 237 | 0.36 | 0 | 0.07 | 0.00 | 168.91 | 0.98 | 0.82 |
| Hex | A2 | FE | ED | 24 | 0 | 7 | 0 | A9 | 62 | 52 |
| Octal | 242 | 376 | 355 | 44 | 0 | 7 | 0 | 251 | 142 | 122 |
| Binary | 10100010 | 11111110 | 11101101 | 100100 | 0 | 111 | 0 | 10101001 | 1100010 | 1010010 |
Color Harmonies of #A2FEED
Complementary color
Monochromatic Colors of #A2FEED
Black with #A2FEED
Text Example
Text Example
White with #A2FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FEED; }
p { color: rgb(162,254,237); }
H1.HeaderClassName
{
color: #A2FEED;
}
.AnyTagClassName
{
color: #A2FEED;
}
</style>
background-color css
<style>
a { background-color: #A2FEED; }
a { background-color: rgb(162,254,237); }
div.DivClassName
{
background-color: #A2FEED;
}
.BgClassName
{
background-color: #A2FEED;
}
</style>
border-color css
<style>
span { border-color: #A2FEED; }
span { border-color: rgb(162,254,237); }
td.TdClassName
{
border-color: #A2FEED;
}
.TagClassName
{
border-color: #A2FEED;
}
</style>