Shades of Medium Turquoise #3ECECD
Tints of Medium Turquoise #3ECECD
RGB
CMYK
RGB Variations
Color information
#3ECECD (or 0x3ECECD) is known color: Medium Turquoise. HEX triplet: 3E, CE and CD. RGB value is (62,206,205). Sum of RGB (Red+Green+Blue) = 62+206+205=473 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.11% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #3ECECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECECD is #C13132. Grayscale: #A2A2A2. Windows color (decimal): -12661043 or 13487678. OLE color: 13487678.
HSL color Cylindrical-coordinate representation of color #3ECECD: hue angle of 179.58º 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 #3ECECD is Cyan = 0.70, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 206 | 205 | - |
| CMYK | 0.70 | 0 | 0.00 | 0.19 |
| HSL | 179.58º | 0.6% | 0.53% | - |
| HSV(B) | 179.58º | 0.7% | 0.81% | - |
| XYZ | 35.08 | 49.57 | 65.48 | - |
| YUV | 162.83 | 151.79 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 206 | 205 | 0.70 | 0 | 0.00 | 0.19 | 179.58 | 0.6 | 0.53 |
| Hex | 3E | CE | CD | 46 | 0 | 0 | 13 | B4 | 3C | 35 |
| Octal | 76 | 316 | 315 | 106 | 0 | 0 | 23 | 264 | 74 | 65 |
| Binary | 111110 | 11001110 | 11001101 | 1000110 | 0 | 0 | 10011 | 10110100 | 111100 | 110101 |
Color Harmonies of #3ECECD
Complementary color
Monochromatic Colors of #3ECECD
Black with #3ECECD
Text Example
Text Example
White with #3ECECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECECD; }
p { color: rgb(62,206,205); }
H1.HeaderClassName
{
color: #3ECECD;
}
.AnyTagClassName
{
color: #3ECECD;
}
</style>
background-color css
<style>
a { background-color: #3ECECD; }
a { background-color: rgb(62,206,205); }
div.DivClassName
{
background-color: #3ECECD;
}
.BgClassName
{
background-color: #3ECECD;
}
</style>
border-color css
<style>
span { border-color: #3ECECD; }
span { border-color: rgb(62,206,205); }
td.TdClassName
{
border-color: #3ECECD;
}
.TagClassName
{
border-color: #3ECECD;
}
</style>