Shades of Medium Turquoise #3EC2B9
Tints of Medium Turquoise #3EC2B9
RGB
CMYK
RGB Variations
Color information
#3EC2B9 (or 0x3EC2B9) is known color: Medium Turquoise. HEX triplet: 3E, C2 and B9. RGB value is (62,194,185). Sum of RGB (Red+Green+Blue) = 62+194+185=441 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.06% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #3EC2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC2B9 is #C13D46. Grayscale: #999999. Windows color (decimal): -12664135 or 12173886. OLE color: 12173886.
HSL color Cylindrical-coordinate representation of color #3EC2B9: hue angle of 175.91º degrees, saturation: 0.52, 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 #3EC2B9 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 194 | 185 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.24 |
| HSL | 175.91º | 0.52% | 0.5% | - |
| HSV(B) | 175.91º | 0.68% | 0.76% | - |
| XYZ | 30.04 | 43.11 | 52.64 | - |
| YUV | 153.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 194 | 185 | 0.68 | 0 | 0.05 | 0.24 | 175.91 | 0.52 | 0.5 |
| Hex | 3E | C2 | B9 | 44 | 0 | 5 | 18 | B0 | 34 | 32 |
| Octal | 76 | 302 | 271 | 104 | 0 | 5 | 30 | 260 | 64 | 62 |
| Binary | 111110 | 11000010 | 10111001 | 1000100 | 0 | 101 | 11000 | 10110000 | 110100 | 110010 |
Color Harmonies of #3EC2B9
Complementary color
Monochromatic Colors of #3EC2B9
Black with #3EC2B9
Text Example
Text Example
White with #3EC2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC2B9; }
p { color: rgb(62,194,185); }
H1.HeaderClassName
{
color: #3EC2B9;
}
.AnyTagClassName
{
color: #3EC2B9;
}
</style>
background-color css
<style>
a { background-color: #3EC2B9; }
a { background-color: rgb(62,194,185); }
div.DivClassName
{
background-color: #3EC2B9;
}
.BgClassName
{
background-color: #3EC2B9;
}
</style>
border-color css
<style>
span { border-color: #3EC2B9; }
span { border-color: rgb(62,194,185); }
td.TdClassName
{
border-color: #3EC2B9;
}
.TagClassName
{
border-color: #3EC2B9;
}
</style>