Shades of Medium Turquoise #3EC0BC
Tints of Medium Turquoise #3EC0BC
RGB
CMYK
RGB Variations
Color information
#3EC0BC (or 0x3EC0BC) is known color: Medium Turquoise. HEX triplet: 3E, C0 and BC. RGB value is (62,192,188). Sum of RGB (Red+Green+Blue) = 62+192+188=442 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.03% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #3EC0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC0BC is #C13F43. Grayscale: #989898. Windows color (decimal): -12664644 or 12369982. OLE color: 12369982.
HSL color Cylindrical-coordinate representation of color #3EC0BC: hue angle of 178.15º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC0BC is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 192 | 188 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.25 |
| HSL | 178.15º | 0.51% | 0.5% | - |
| HSV(B) | 178.15º | 0.68% | 0.75% | - |
| XYZ | 29.91 | 42.35 | 54.18 | - |
| YUV | 152.67 | 147.93 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 192 | 188 | 0.68 | 0 | 0.02 | 0.25 | 178.15 | 0.51 | 0.5 |
| Hex | 3E | C0 | BC | 44 | 0 | 2 | 19 | B2 | 33 | 32 |
| Octal | 76 | 300 | 274 | 104 | 0 | 2 | 31 | 262 | 63 | 62 |
| Binary | 111110 | 11000000 | 10111100 | 1000100 | 0 | 10 | 11001 | 10110010 | 110011 | 110010 |
Color Harmonies of #3EC0BC
Complementary color
Monochromatic Colors of #3EC0BC
Black with #3EC0BC
Text Example
Text Example
White with #3EC0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC0BC; }
p { color: rgb(62,192,188); }
H1.HeaderClassName
{
color: #3EC0BC;
}
.AnyTagClassName
{
color: #3EC0BC;
}
</style>
background-color css
<style>
a { background-color: #3EC0BC; }
a { background-color: rgb(62,192,188); }
div.DivClassName
{
background-color: #3EC0BC;
}
.BgClassName
{
background-color: #3EC0BC;
}
</style>
border-color css
<style>
span { border-color: #3EC0BC; }
span { border-color: rgb(62,192,188); }
td.TdClassName
{
border-color: #3EC0BC;
}
.TagClassName
{
border-color: #3EC0BC;
}
</style>