Shades of Medium Turquoise #3EC3BE
Tints of Medium Turquoise #3EC3BE
RGB
CMYK
RGB Variations
Color information
#3EC3BE (or 0x3EC3BE) is known color: Medium Turquoise. HEX triplet: 3E, C3 and BE. RGB value is (62,195,190). Sum of RGB (Red+Green+Blue) = 62+195+190=447 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.87% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 195 - color contains mainly: green. Hex color #3EC3BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC3BE is #C13C41. Grayscale: #9A9A9A. Windows color (decimal): -12663874 or 12501822. OLE color: 12501822.
HSL color Cylindrical-coordinate representation of color #3EC3BE: hue angle of 177.74º degrees, saturation: 0.53, 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 #3EC3BE is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 195 | 190 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.24 |
| HSL | 177.74º | 0.53% | 0.5% | - |
| HSV(B) | 177.74º | 0.68% | 0.76% | - |
| XYZ | 30.8 | 43.77 | 55.54 | - |
| YUV | 154.66 | 147.94 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 195 | 190 | 0.68 | 0 | 0.03 | 0.24 | 177.74 | 0.53 | 0.5 |
| Hex | 3E | C3 | BE | 44 | 0 | 3 | 18 | B2 | 35 | 32 |
| Octal | 76 | 303 | 276 | 104 | 0 | 3 | 30 | 262 | 65 | 62 |
| Binary | 111110 | 11000011 | 10111110 | 1000100 | 0 | 11 | 11000 | 10110010 | 110101 | 110010 |
Color Harmonies of #3EC3BE
Complementary color
Monochromatic Colors of #3EC3BE
Black with #3EC3BE
Text Example
Text Example
White with #3EC3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC3BE; }
p { color: rgb(62,195,190); }
H1.HeaderClassName
{
color: #3EC3BE;
}
.AnyTagClassName
{
color: #3EC3BE;
}
</style>
background-color css
<style>
a { background-color: #3EC3BE; }
a { background-color: rgb(62,195,190); }
div.DivClassName
{
background-color: #3EC3BE;
}
.BgClassName
{
background-color: #3EC3BE;
}
</style>
border-color css
<style>
span { border-color: #3EC3BE; }
span { border-color: rgb(62,195,190); }
td.TdClassName
{
border-color: #3EC3BE;
}
.TagClassName
{
border-color: #3EC3BE;
}
</style>