Shades of Medium Turquoise #3EC4BB
Tints of Medium Turquoise #3EC4BB
RGB
CMYK
RGB Variations
Color information
#3EC4BB (or 0x3EC4BB) is known color: Medium Turquoise. HEX triplet: 3E, C4 and BB. RGB value is (62,196,187). Sum of RGB (Red+Green+Blue) = 62+196+187=445 (58% of max value = 765). Red value is 62 (24.61% from 255 or 13.93% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 196 - color contains mainly: green. Hex color #3EC4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC4BB is #C13B44. Grayscale: #9A9A9A. Windows color (decimal): -12663621 or 12305470. OLE color: 12305470.
HSL color Cylindrical-coordinate representation of color #3EC4BB: hue angle of 175.97º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC4BB is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 62 | 196 | 187 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.23 |
| HSL | 175.97º | 0.53% | 0.51% | - |
| HSV(B) | 175.97º | 0.68% | 0.77% | - |
| XYZ | 30.7 | 44.09 | 53.91 | - |
| YUV | 154.91 | 146.11 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 196 | 187 | 0.68 | 0 | 0.05 | 0.23 | 175.97 | 0.53 | 0.51 |
| Hex | 3E | C4 | BB | 44 | 0 | 5 | 17 | B0 | 35 | 33 |
| Octal | 76 | 304 | 273 | 104 | 0 | 5 | 27 | 260 | 65 | 63 |
| Binary | 111110 | 11000100 | 10111011 | 1000100 | 0 | 101 | 10111 | 10110000 | 110101 | 110011 |
Color Harmonies of #3EC4BB
Complementary color
Monochromatic Colors of #3EC4BB
Black with #3EC4BB
Text Example
Text Example
White with #3EC4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC4BB; }
p { color: rgb(62,196,187); }
H1.HeaderClassName
{
color: #3EC4BB;
}
.AnyTagClassName
{
color: #3EC4BB;
}
</style>
background-color css
<style>
a { background-color: #3EC4BB; }
a { background-color: rgb(62,196,187); }
div.DivClassName
{
background-color: #3EC4BB;
}
.BgClassName
{
background-color: #3EC4BB;
}
</style>
border-color css
<style>
span { border-color: #3EC4BB; }
span { border-color: rgb(62,196,187); }
td.TdClassName
{
border-color: #3EC4BB;
}
.TagClassName
{
border-color: #3EC4BB;
}
</style>