Shades of Medium Turquoise #3ED0BA
Tints of Medium Turquoise #3ED0BA
RGB
CMYK
RGB Variations
Color information
#3ED0BA (or 0x3ED0BA) is known color: Medium Turquoise. HEX triplet: 3E, D0 and BA. RGB value is (62,208,186). Sum of RGB (Red+Green+Blue) = 62+208+186=456 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.60% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED0BA is #C12F45. Grayscale: #A1A1A1. Windows color (decimal): -12660550 or 12243006. OLE color: 12243006.
HSL color Cylindrical-coordinate representation of color #3ED0BA: hue angle of 170.96º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED0BA is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 208 | 186 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.18 |
| HSL | 170.96º | 0.61% | 0.53% | - |
| HSV(B) | 170.96º | 0.7% | 0.82% | - |
| XYZ | 33.41 | 49.68 | 54.28 | - |
| YUV | 161.84 | 141.63 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 208 | 186 | 0.70 | 0 | 0.11 | 0.18 | 170.96 | 0.61 | 0.53 |
| Hex | 3E | D0 | BA | 46 | 0 | B | 12 | AB | 3D | 35 |
| Octal | 76 | 320 | 272 | 106 | 0 | 13 | 22 | 253 | 75 | 65 |
| Binary | 111110 | 11010000 | 10111010 | 1000110 | 0 | 1011 | 10010 | 10101011 | 111101 | 110101 |
Color Harmonies of #3ED0BA
Complementary color
Monochromatic Colors of #3ED0BA
Black with #3ED0BA
Text Example
Text Example
White with #3ED0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED0BA; }
p { color: rgb(62,208,186); }
H1.HeaderClassName
{
color: #3ED0BA;
}
.AnyTagClassName
{
color: #3ED0BA;
}
</style>
background-color css
<style>
a { background-color: #3ED0BA; }
a { background-color: rgb(62,208,186); }
div.DivClassName
{
background-color: #3ED0BA;
}
.BgClassName
{
background-color: #3ED0BA;
}
</style>
border-color css
<style>
span { border-color: #3ED0BA; }
span { border-color: rgb(62,208,186); }
td.TdClassName
{
border-color: #3ED0BA;
}
.TagClassName
{
border-color: #3ED0BA;
}
</style>