Shades of Medium Turquoise #3ECEBE
Tints of Medium Turquoise #3ECEBE
RGB
CMYK
RGB Variations
Color information
#3ECEBE (or 0x3ECEBE) is known color: Medium Turquoise. HEX triplet: 3E, CE and BE. RGB value is (62,206,190). Sum of RGB (Red+Green+Blue) = 62+206+190=458 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.54% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #3ECEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECEBE is #C13141. Grayscale: #A1A1A1. Windows color (decimal): -12661058 or 12504638. OLE color: 12504638.
HSL color Cylindrical-coordinate representation of color #3ECEBE: hue angle of 173.33º 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 #3ECEBE is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 206 | 190 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.19 |
| HSL | 173.33º | 0.6% | 0.53% | - |
| HSV(B) | 173.33º | 0.7% | 0.81% | - |
| XYZ | 33.35 | 48.88 | 56.39 | - |
| YUV | 161.12 | 144.29 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 206 | 190 | 0.70 | 0 | 0.08 | 0.19 | 173.33 | 0.6 | 0.53 |
| Hex | 3E | CE | BE | 46 | 0 | 8 | 13 | AD | 3C | 35 |
| Octal | 76 | 316 | 276 | 106 | 0 | 10 | 23 | 255 | 74 | 65 |
| Binary | 111110 | 11001110 | 10111110 | 1000110 | 0 | 1000 | 10011 | 10101101 | 111100 | 110101 |
Color Harmonies of #3ECEBE
Complementary color
Monochromatic Colors of #3ECEBE
Black with #3ECEBE
Text Example
Text Example
White with #3ECEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECEBE; }
p { color: rgb(62,206,190); }
H1.HeaderClassName
{
color: #3ECEBE;
}
.AnyTagClassName
{
color: #3ECEBE;
}
</style>
background-color css
<style>
a { background-color: #3ECEBE; }
a { background-color: rgb(62,206,190); }
div.DivClassName
{
background-color: #3ECEBE;
}
.BgClassName
{
background-color: #3ECEBE;
}
</style>
border-color css
<style>
span { border-color: #3ECEBE; }
span { border-color: rgb(62,206,190); }
td.TdClassName
{
border-color: #3ECEBE;
}
.TagClassName
{
border-color: #3ECEBE;
}
</style>