Shades of Medium Turquoise #3ECDBF
Tints of Medium Turquoise #3ECDBF
RGB
CMYK
RGB Variations
Color information
#3ECDBF (or 0x3ECDBF) is known color: Medium Turquoise. HEX triplet: 3E, CD and BF. RGB value is (62,205,191). Sum of RGB (Red+Green+Blue) = 62+205+191=458 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.54% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #3ECDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECDBF is #C13240. Grayscale: #A0A0A0. Windows color (decimal): -12661313 or 12569918. OLE color: 12569918.
HSL color Cylindrical-coordinate representation of color #3ECDBF: hue angle of 174.13º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECDBF is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 205 | 191 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.20 |
| HSL | 174.13º | 0.59% | 0.52% | - |
| HSV(B) | 174.13º | 0.7% | 0.8% | - |
| XYZ | 33.22 | 48.45 | 56.89 | - |
| YUV | 160.65 | 145.12 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 205 | 191 | 0.70 | 0 | 0.07 | 0.20 | 174.13 | 0.59 | 0.52 |
| Hex | 3E | CD | BF | 46 | 0 | 7 | 14 | AE | 3B | 34 |
| Octal | 76 | 315 | 277 | 106 | 0 | 7 | 24 | 256 | 73 | 64 |
| Binary | 111110 | 11001101 | 10111111 | 1000110 | 0 | 111 | 10100 | 10101110 | 111011 | 110100 |
Color Harmonies of #3ECDBF
Complementary color
Monochromatic Colors of #3ECDBF
Black with #3ECDBF
Text Example
Text Example
White with #3ECDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECDBF; }
p { color: rgb(62,205,191); }
H1.HeaderClassName
{
color: #3ECDBF;
}
.AnyTagClassName
{
color: #3ECDBF;
}
</style>
background-color css
<style>
a { background-color: #3ECDBF; }
a { background-color: rgb(62,205,191); }
div.DivClassName
{
background-color: #3ECDBF;
}
.BgClassName
{
background-color: #3ECDBF;
}
</style>
border-color css
<style>
span { border-color: #3ECDBF; }
span { border-color: rgb(62,205,191); }
td.TdClassName
{
border-color: #3ECDBF;
}
.TagClassName
{
border-color: #3ECDBF;
}
</style>