Shades of Pale Turquoise #A2F3EC
Tints of Pale Turquoise #A2F3EC
RGB
CMYK
RGB Variations
Color information
#A2F3EC (or 0xA2F3EC) is known color: Pale Turquoise. HEX triplet: A2, F3 and EC. RGB value is (162,243,236). Sum of RGB (Red+Green+Blue) = 162+243+236=641 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.27% from 641); Green value is 243 (95.31% from 255 or 37.91% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F3EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F3EC is #5D0C13. Grayscale: #D9D9D9. Windows color (decimal): -6097940 or 15528866. OLE color: 15528866.
HSL color Cylindrical-coordinate representation of color #A2F3EC: hue angle of 174.81º degrees, saturation: 0.77, 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 #A2F3EC is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 236 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.05 |
| HSL | 174.81º | 0.77% | 0.79% | - |
| HSV(B) | 174.81º | 0.33% | 0.95% | - |
| XYZ | 62.09 | 77.84 | 91.11 | - |
| YUV | 217.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 236 | 0.33 | 0 | 0.03 | 0.05 | 174.81 | 0.77 | 0.79 |
| Hex | A2 | F3 | EC | 21 | 0 | 3 | 5 | AF | 4D | 4F |
| Octal | 242 | 363 | 354 | 41 | 0 | 3 | 5 | 257 | 115 | 117 |
| Binary | 10100010 | 11110011 | 11101100 | 100001 | 0 | 11 | 101 | 10101111 | 1001101 | 1001111 |
Color Harmonies of #A2F3EC
Complementary color
Monochromatic Colors of #A2F3EC
Black with #A2F3EC
Text Example
Text Example
White with #A2F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F3EC; }
p { color: rgb(162,243,236); }
H1.HeaderClassName
{
color: #A2F3EC;
}
.AnyTagClassName
{
color: #A2F3EC;
}
</style>
background-color css
<style>
a { background-color: #A2F3EC; }
a { background-color: rgb(162,243,236); }
div.DivClassName
{
background-color: #A2F3EC;
}
.BgClassName
{
background-color: #A2F3EC;
}
</style>
border-color css
<style>
span { border-color: #A2F3EC; }
span { border-color: rgb(162,243,236); }
td.TdClassName
{
border-color: #A2F3EC;
}
.TagClassName
{
border-color: #A2F3EC;
}
</style>