Shades of Medium Turquoise #3ECEBA
Tints of Medium Turquoise #3ECEBA
RGB
CMYK
RGB Variations
Color information
#3ECEBA (or 0x3ECEBA) is known color: Medium Turquoise. HEX triplet: 3E, CE and BA. RGB value is (62,206,186). Sum of RGB (Red+Green+Blue) = 62+206+186=454 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.66% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #3ECEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECEBA is #C13145. Grayscale: #A0A0A0. Windows color (decimal): -12661062 or 12242494. OLE color: 12242494.
HSL color Cylindrical-coordinate representation of color #3ECEBA: hue angle of 171.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECEBA is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 206 | 186 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.19 |
| HSL | 171.67º | 0.6% | 0.53% | - |
| HSV(B) | 171.67º | 0.7% | 0.81% | - |
| XYZ | 32.92 | 48.71 | 54.12 | - |
| YUV | 160.66 | 142.29 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 206 | 186 | 0.70 | 0 | 0.10 | 0.19 | 171.67 | 0.6 | 0.53 |
| Hex | 3E | CE | BA | 46 | 0 | A | 13 | AC | 3C | 35 |
| Octal | 76 | 316 | 272 | 106 | 0 | 12 | 23 | 254 | 74 | 65 |
| Binary | 111110 | 11001110 | 10111010 | 1000110 | 0 | 1010 | 10011 | 10101100 | 111100 | 110101 |
Color Harmonies of #3ECEBA
Complementary color
Monochromatic Colors of #3ECEBA
Black with #3ECEBA
Text Example
Text Example
White with #3ECEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECEBA; }
p { color: rgb(62,206,186); }
H1.HeaderClassName
{
color: #3ECEBA;
}
.AnyTagClassName
{
color: #3ECEBA;
}
</style>
background-color css
<style>
a { background-color: #3ECEBA; }
a { background-color: rgb(62,206,186); }
div.DivClassName
{
background-color: #3ECEBA;
}
.BgClassName
{
background-color: #3ECEBA;
}
</style>
border-color css
<style>
span { border-color: #3ECEBA; }
span { border-color: rgb(62,206,186); }
td.TdClassName
{
border-color: #3ECEBA;
}
.TagClassName
{
border-color: #3ECEBA;
}
</style>