Shades of Medium Turquoise #3EC8B5
Tints of Medium Turquoise #3EC8B5
RGB
CMYK
RGB Variations
Color information
#3EC8B5 (or 0x3EC8B5) is known color: Medium Turquoise. HEX triplet: 3E, C8 and B5. RGB value is (62,200,181). Sum of RGB (Red+Green+Blue) = 62+200+181=443 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.00% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 200 - color contains mainly: green. Hex color #3EC8B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC8B5 is #C1374A. Grayscale: #9C9C9C. Windows color (decimal): -12662603 or 11913278. OLE color: 11913278.
HSL color Cylindrical-coordinate representation of color #3EC8B5: hue angle of 171.74º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EC8B5 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 200 | 181 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.22 |
| HSL | 171.74º | 0.56% | 0.51% | - |
| HSV(B) | 171.74º | 0.69% | 0.78% | - |
| XYZ | 30.98 | 45.67 | 50.9 | - |
| YUV | 156.57 | 141.78 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 200 | 181 | 0.69 | 0 | 0.09 | 0.22 | 171.74 | 0.56 | 0.51 |
| Hex | 3E | C8 | B5 | 45 | 0 | 9 | 16 | AC | 38 | 33 |
| Octal | 76 | 310 | 265 | 105 | 0 | 11 | 26 | 254 | 70 | 63 |
| Binary | 111110 | 11001000 | 10110101 | 1000101 | 0 | 1001 | 10110 | 10101100 | 111000 | 110011 |
Color Harmonies of #3EC8B5
Complementary color
Monochromatic Colors of #3EC8B5
Black with #3EC8B5
Text Example
Text Example
White with #3EC8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC8B5; }
p { color: rgb(62,200,181); }
H1.HeaderClassName
{
color: #3EC8B5;
}
.AnyTagClassName
{
color: #3EC8B5;
}
</style>
background-color css
<style>
a { background-color: #3EC8B5; }
a { background-color: rgb(62,200,181); }
div.DivClassName
{
background-color: #3EC8B5;
}
.BgClassName
{
background-color: #3EC8B5;
}
</style>
border-color css
<style>
span { border-color: #3EC8B5; }
span { border-color: rgb(62,200,181); }
td.TdClassName
{
border-color: #3EC8B5;
}
.TagClassName
{
border-color: #3EC8B5;
}
</style>