Shades of Medium Turquoise #3EC1BE
Tints of Medium Turquoise #3EC1BE
RGB
CMYK
RGB Variations
Color information
#3EC1BE (or 0x3EC1BE) is known color: Medium Turquoise. HEX triplet: 3E, C1 and BE. RGB value is (62,193,190). Sum of RGB (Red+Green+Blue) = 62+193+190=445 (58% of max value = 765). Red value is 62 (24.61% from 255 or 13.93% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #3EC1BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC1BE is #C13E41. Grayscale: #999999. Windows color (decimal): -12664386 or 12501310. OLE color: 12501310.
HSL color Cylindrical-coordinate representation of color #3EC1BE: hue angle of 178.63º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC1BE is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 193 | 190 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.24 |
| HSL | 178.63º | 0.51% | 0.5% | - |
| HSV(B) | 178.63º | 0.68% | 0.76% | - |
| XYZ | 30.35 | 42.88 | 55.39 | - |
| YUV | 153.49 | 148.6 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 193 | 190 | 0.68 | 0 | 0.02 | 0.24 | 178.63 | 0.51 | 0.5 |
| Hex | 3E | C1 | BE | 44 | 0 | 2 | 18 | B3 | 33 | 32 |
| Octal | 76 | 301 | 276 | 104 | 0 | 2 | 30 | 263 | 63 | 62 |
| Binary | 111110 | 11000001 | 10111110 | 1000100 | 0 | 10 | 11000 | 10110011 | 110011 | 110010 |
Color Harmonies of #3EC1BE
Complementary color
Monochromatic Colors of #3EC1BE
Black with #3EC1BE
Text Example
Text Example
White with #3EC1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC1BE; }
p { color: rgb(62,193,190); }
H1.HeaderClassName
{
color: #3EC1BE;
}
.AnyTagClassName
{
color: #3EC1BE;
}
</style>
background-color css
<style>
a { background-color: #3EC1BE; }
a { background-color: rgb(62,193,190); }
div.DivClassName
{
background-color: #3EC1BE;
}
.BgClassName
{
background-color: #3EC1BE;
}
</style>
border-color css
<style>
span { border-color: #3EC1BE; }
span { border-color: rgb(62,193,190); }
td.TdClassName
{
border-color: #3EC1BE;
}
.TagClassName
{
border-color: #3EC1BE;
}
</style>