Shades of Medium Turquoise #3EC4BF
Tints of Medium Turquoise #3EC4BF
RGB
CMYK
RGB Variations
Color information
#3EC4BF (or 0x3EC4BF) is known color: Medium Turquoise. HEX triplet: 3E, C4 and BF. RGB value is (62,196,191). Sum of RGB (Red+Green+Blue) = 62+196+191=449 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.81% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #3EC4BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC4BF is #C13B40. Grayscale: #9B9B9B. Windows color (decimal): -12663617 or 12567614. OLE color: 12567614.
HSL color Cylindrical-coordinate representation of color #3EC4BF: hue angle of 177.76º 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 #3EC4BF is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 62 | 196 | 191 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.23 |
| HSL | 177.76º | 0.53% | 0.51% | - |
| HSV(B) | 177.76º | 0.68% | 0.77% | - |
| XYZ | 31.13 | 44.27 | 56.19 | - |
| YUV | 155.36 | 148.11 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 196 | 191 | 0.68 | 0 | 0.03 | 0.23 | 177.76 | 0.53 | 0.51 |
| Hex | 3E | C4 | BF | 44 | 0 | 3 | 17 | B2 | 35 | 33 |
| Octal | 76 | 304 | 277 | 104 | 0 | 3 | 27 | 262 | 65 | 63 |
| Binary | 111110 | 11000100 | 10111111 | 1000100 | 0 | 11 | 10111 | 10110010 | 110101 | 110011 |
Color Harmonies of #3EC4BF
Complementary color
Monochromatic Colors of #3EC4BF
Black with #3EC4BF
Text Example
Text Example
White with #3EC4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC4BF; }
p { color: rgb(62,196,191); }
H1.HeaderClassName
{
color: #3EC4BF;
}
.AnyTagClassName
{
color: #3EC4BF;
}
</style>
background-color css
<style>
a { background-color: #3EC4BF; }
a { background-color: rgb(62,196,191); }
div.DivClassName
{
background-color: #3EC4BF;
}
.BgClassName
{
background-color: #3EC4BF;
}
</style>
border-color css
<style>
span { border-color: #3EC4BF; }
span { border-color: rgb(62,196,191); }
td.TdClassName
{
border-color: #3EC4BF;
}
.TagClassName
{
border-color: #3EC4BF;
}
</style>