Shades of Medium Turquoise #3ED1BA
Tints of Medium Turquoise #3ED1BA
RGB
CMYK
RGB Variations
Color information
#3ED1BA (or 0x3ED1BA) is known color: Medium Turquoise. HEX triplet: 3E, D1 and BA. RGB value is (62,209,186). Sum of RGB (Red+Green+Blue) = 62+209+186=457 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.57% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #3ED1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED1BA is #C12E45. Grayscale: #A2A2A2. Windows color (decimal): -12660294 or 12243262. OLE color: 12243262.
HSL color Cylindrical-coordinate representation of color #3ED1BA: hue angle of 170.61º degrees, saturation: 0.62, 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 #3ED1BA is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 209 | 186 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.18 |
| HSL | 170.61º | 0.62% | 0.53% | - |
| HSV(B) | 170.61º | 0.7% | 0.82% | - |
| XYZ | 33.65 | 50.17 | 54.36 | - |
| YUV | 162.43 | 141.3 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 209 | 186 | 0.70 | 0 | 0.11 | 0.18 | 170.61 | 0.62 | 0.53 |
| Hex | 3E | D1 | BA | 46 | 0 | B | 12 | AB | 3E | 35 |
| Octal | 76 | 321 | 272 | 106 | 0 | 13 | 22 | 253 | 76 | 65 |
| Binary | 111110 | 11010001 | 10111010 | 1000110 | 0 | 1011 | 10010 | 10101011 | 111110 | 110101 |
Color Harmonies of #3ED1BA
Complementary color
Monochromatic Colors of #3ED1BA
Black with #3ED1BA
Text Example
Text Example
White with #3ED1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED1BA; }
p { color: rgb(62,209,186); }
H1.HeaderClassName
{
color: #3ED1BA;
}
.AnyTagClassName
{
color: #3ED1BA;
}
</style>
background-color css
<style>
a { background-color: #3ED1BA; }
a { background-color: rgb(62,209,186); }
div.DivClassName
{
background-color: #3ED1BA;
}
.BgClassName
{
background-color: #3ED1BA;
}
</style>
border-color css
<style>
span { border-color: #3ED1BA; }
span { border-color: rgb(62,209,186); }
td.TdClassName
{
border-color: #3ED1BA;
}
.TagClassName
{
border-color: #3ED1BA;
}
</style>