Shades of Medium Turquoise #3EC0BA
Tints of Medium Turquoise #3EC0BA
RGB
CMYK
RGB Variations
Color information
#3EC0BA (or 0x3EC0BA) is known color: Medium Turquoise. HEX triplet: 3E, C0 and BA. RGB value is (62,192,186). Sum of RGB (Red+Green+Blue) = 62+192+186=440 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.09% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #3EC0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC0BA is #C13F45. Grayscale: #989898. Windows color (decimal): -12664646 or 12238910. OLE color: 12238910.
HSL color Cylindrical-coordinate representation of color #3EC0BA: hue angle of 177.23º 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 #3EC0BA is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 192 | 186 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.25 |
| HSL | 177.23º | 0.51% | 0.5% | - |
| HSV(B) | 177.23º | 0.68% | 0.75% | - |
| XYZ | 29.7 | 42.27 | 53.05 | - |
| YUV | 152.45 | 146.93 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 192 | 186 | 0.68 | 0 | 0.03 | 0.25 | 177.23 | 0.51 | 0.5 |
| Hex | 3E | C0 | BA | 44 | 0 | 3 | 19 | B1 | 33 | 32 |
| Octal | 76 | 300 | 272 | 104 | 0 | 3 | 31 | 261 | 63 | 62 |
| Binary | 111110 | 11000000 | 10111010 | 1000100 | 0 | 11 | 11001 | 10110001 | 110011 | 110010 |
Color Harmonies of #3EC0BA
Complementary color
Monochromatic Colors of #3EC0BA
Black with #3EC0BA
Text Example
Text Example
White with #3EC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC0BA; }
p { color: rgb(62,192,186); }
H1.HeaderClassName
{
color: #3EC0BA;
}
.AnyTagClassName
{
color: #3EC0BA;
}
</style>
background-color css
<style>
a { background-color: #3EC0BA; }
a { background-color: rgb(62,192,186); }
div.DivClassName
{
background-color: #3EC0BA;
}
.BgClassName
{
background-color: #3EC0BA;
}
</style>
border-color css
<style>
span { border-color: #3EC0BA; }
span { border-color: rgb(62,192,186); }
td.TdClassName
{
border-color: #3EC0BA;
}
.TagClassName
{
border-color: #3EC0BA;
}
</style>