Shades of Medium Turquoise #3ECAC0
Tints of Medium Turquoise #3ECAC0
RGB
CMYK
RGB Variations
Color information
#3ECAC0 (or 0x3ECAC0) is known color: Medium Turquoise. HEX triplet: 3E, CA and C0. RGB value is (62,202,192). Sum of RGB (Red+Green+Blue) = 62+202+192=456 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.60% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #3ECAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECAC0 is #C1353F. Grayscale: #9E9E9E. Windows color (decimal): -12662080 or 12634686. OLE color: 12634686.
HSL color Cylindrical-coordinate representation of color #3ECAC0: hue angle of 175.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ECAC0 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 202 | 192 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.21 |
| HSL | 175.71º | 0.57% | 0.52% | - |
| HSV(B) | 175.71º | 0.69% | 0.79% | - |
| XYZ | 32.62 | 47.07 | 57.24 | - |
| YUV | 159 | 146.62 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 202 | 192 | 0.69 | 0 | 0.05 | 0.21 | 175.71 | 0.57 | 0.52 |
| Hex | 3E | CA | C0 | 45 | 0 | 5 | 15 | B0 | 39 | 34 |
| Octal | 76 | 312 | 300 | 105 | 0 | 5 | 25 | 260 | 71 | 64 |
| Binary | 111110 | 11001010 | 11000000 | 1000101 | 0 | 101 | 10101 | 10110000 | 111001 | 110100 |
Color Harmonies of #3ECAC0
Complementary color
Monochromatic Colors of #3ECAC0
Black with #3ECAC0
Text Example
Text Example
White with #3ECAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECAC0; }
p { color: rgb(62,202,192); }
H1.HeaderClassName
{
color: #3ECAC0;
}
.AnyTagClassName
{
color: #3ECAC0;
}
</style>
background-color css
<style>
a { background-color: #3ECAC0; }
a { background-color: rgb(62,202,192); }
div.DivClassName
{
background-color: #3ECAC0;
}
.BgClassName
{
background-color: #3ECAC0;
}
</style>
border-color css
<style>
span { border-color: #3ECAC0; }
span { border-color: rgb(62,202,192); }
td.TdClassName
{
border-color: #3ECAC0;
}
.TagClassName
{
border-color: #3ECAC0;
}
</style>