Shades of Medium Turquoise #3EC3BD
Tints of Medium Turquoise #3EC3BD
RGB
CMYK
RGB Variations
Color information
#3EC3BD (or 0x3EC3BD) is known color: Medium Turquoise. HEX triplet: 3E, C3 and BD. RGB value is (62,195,189). Sum of RGB (Red+Green+Blue) = 62+195+189=446 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.90% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 195 - color contains mainly: green. Hex color #3EC3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC3BD is #C13C42. Grayscale: #9A9A9A. Windows color (decimal): -12663875 or 12436286. OLE color: 12436286.
HSL color Cylindrical-coordinate representation of color #3EC3BD: hue angle of 177.29º 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 #3EC3BD is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 195 | 189 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.24 |
| HSL | 177.29º | 0.53% | 0.5% | - |
| HSV(B) | 177.29º | 0.68% | 0.76% | - |
| XYZ | 30.69 | 43.73 | 54.97 | - |
| YUV | 154.55 | 147.44 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 195 | 189 | 0.68 | 0 | 0.03 | 0.24 | 177.29 | 0.53 | 0.5 |
| Hex | 3E | C3 | BD | 44 | 0 | 3 | 18 | B1 | 35 | 32 |
| Octal | 76 | 303 | 275 | 104 | 0 | 3 | 30 | 261 | 65 | 62 |
| Binary | 111110 | 11000011 | 10111101 | 1000100 | 0 | 11 | 11000 | 10110001 | 110101 | 110010 |
Color Harmonies of #3EC3BD
Complementary color
Monochromatic Colors of #3EC3BD
Black with #3EC3BD
Text Example
Text Example
White with #3EC3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC3BD; }
p { color: rgb(62,195,189); }
H1.HeaderClassName
{
color: #3EC3BD;
}
.AnyTagClassName
{
color: #3EC3BD;
}
</style>
background-color css
<style>
a { background-color: #3EC3BD; }
a { background-color: rgb(62,195,189); }
div.DivClassName
{
background-color: #3EC3BD;
}
.BgClassName
{
background-color: #3EC3BD;
}
</style>
border-color css
<style>
span { border-color: #3EC3BD; }
span { border-color: rgb(62,195,189); }
td.TdClassName
{
border-color: #3EC3BD;
}
.TagClassName
{
border-color: #3EC3BD;
}
</style>