Shades of Medium Turquoise #3ECABA
Tints of Medium Turquoise #3ECABA
RGB
CMYK
RGB Variations
Color information
#3ECABA (or 0x3ECABA) is known color: Medium Turquoise. HEX triplet: 3E, CA and BA. RGB value is (62,202,186). Sum of RGB (Red+Green+Blue) = 62+202+186=450 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.78% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #3ECABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECABA is #C13545. Grayscale: #9E9E9E. Windows color (decimal): -12662086 or 12241470. OLE color: 12241470.
HSL color Cylindrical-coordinate representation of color #3ECABA: hue angle of 173.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ECABA is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 202 | 186 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.21 |
| HSL | 173.14º | 0.57% | 0.52% | - |
| HSV(B) | 173.14º | 0.69% | 0.79% | - |
| XYZ | 31.97 | 46.81 | 53.8 | - |
| YUV | 158.32 | 143.62 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 202 | 186 | 0.69 | 0 | 0.08 | 0.21 | 173.14 | 0.57 | 0.52 |
| Hex | 3E | CA | BA | 45 | 0 | 8 | 15 | AD | 39 | 34 |
| Octal | 76 | 312 | 272 | 105 | 0 | 10 | 25 | 255 | 71 | 64 |
| Binary | 111110 | 11001010 | 10111010 | 1000101 | 0 | 1000 | 10101 | 10101101 | 111001 | 110100 |
Color Harmonies of #3ECABA
Complementary color
Monochromatic Colors of #3ECABA
Black with #3ECABA
Text Example
Text Example
White with #3ECABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECABA; }
p { color: rgb(62,202,186); }
H1.HeaderClassName
{
color: #3ECABA;
}
.AnyTagClassName
{
color: #3ECABA;
}
</style>
background-color css
<style>
a { background-color: #3ECABA; }
a { background-color: rgb(62,202,186); }
div.DivClassName
{
background-color: #3ECABA;
}
.BgClassName
{
background-color: #3ECABA;
}
</style>
border-color css
<style>
span { border-color: #3ECABA; }
span { border-color: rgb(62,202,186); }
td.TdClassName
{
border-color: #3ECABA;
}
.TagClassName
{
border-color: #3ECABA;
}
</style>