Shades of Medium Turquoise #3ECABD
Tints of Medium Turquoise #3ECABD
RGB
CMYK
RGB Variations
Color information
#3ECABD (or 0x3ECABD) is known color: Medium Turquoise. HEX triplet: 3E, CA and BD. RGB value is (62,202,189). Sum of RGB (Red+Green+Blue) = 62+202+189=453 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.69% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #3ECABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECABD is #C13542. Grayscale: #9E9E9E. Windows color (decimal): -12662083 or 12438078. OLE color: 12438078.
HSL color Cylindrical-coordinate representation of color #3ECABD: hue angle of 174.43º 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 #3ECABD is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 202 | 189 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.21 |
| HSL | 174.43º | 0.57% | 0.52% | - |
| HSV(B) | 174.43º | 0.69% | 0.79% | - |
| XYZ | 32.29 | 46.94 | 55.5 | - |
| YUV | 158.66 | 145.12 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 202 | 189 | 0.69 | 0 | 0.06 | 0.21 | 174.43 | 0.57 | 0.52 |
| Hex | 3E | CA | BD | 45 | 0 | 6 | 15 | AE | 39 | 34 |
| Octal | 76 | 312 | 275 | 105 | 0 | 6 | 25 | 256 | 71 | 64 |
| Binary | 111110 | 11001010 | 10111101 | 1000101 | 0 | 110 | 10101 | 10101110 | 111001 | 110100 |
Color Harmonies of #3ECABD
Complementary color
Monochromatic Colors of #3ECABD
Black with #3ECABD
Text Example
Text Example
White with #3ECABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECABD; }
p { color: rgb(62,202,189); }
H1.HeaderClassName
{
color: #3ECABD;
}
.AnyTagClassName
{
color: #3ECABD;
}
</style>
background-color css
<style>
a { background-color: #3ECABD; }
a { background-color: rgb(62,202,189); }
div.DivClassName
{
background-color: #3ECABD;
}
.BgClassName
{
background-color: #3ECABD;
}
</style>
border-color css
<style>
span { border-color: #3ECABD; }
span { border-color: rgb(62,202,189); }
td.TdClassName
{
border-color: #3ECABD;
}
.TagClassName
{
border-color: #3ECABD;
}
</style>