Shades of Medium Turquoise #3ECDCC
Tints of Medium Turquoise #3ECDCC
RGB
CMYK
RGB Variations
Color information
#3ECDCC (or 0x3ECDCC) is known color: Medium Turquoise. HEX triplet: 3E, CD and CC. RGB value is (62,205,204). Sum of RGB (Red+Green+Blue) = 62+205+204=471 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.16% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #3ECDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECDCC is #C13233. Grayscale: #A1A1A1. Windows color (decimal): -12661300 or 13421886. OLE color: 13421886.
HSL color Cylindrical-coordinate representation of color #3ECDCC: hue angle of 179.58º 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 #3ECDCC is Cyan = 0.70, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 205 | 204 | - |
| CMYK | 0.70 | 0 | 0.00 | 0.20 |
| HSL | 179.58º | 0.59% | 0.52% | - |
| HSV(B) | 179.58º | 0.7% | 0.8% | - |
| XYZ | 34.72 | 49.05 | 64.76 | - |
| YUV | 162.13 | 151.62 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 205 | 204 | 0.70 | 0 | 0.00 | 0.20 | 179.58 | 0.59 | 0.52 |
| Hex | 3E | CD | CC | 46 | 0 | 0 | 14 | B4 | 3B | 34 |
| Octal | 76 | 315 | 314 | 106 | 0 | 0 | 24 | 264 | 73 | 64 |
| Binary | 111110 | 11001101 | 11001100 | 1000110 | 0 | 0 | 10100 | 10110100 | 111011 | 110100 |
Color Harmonies of #3ECDCC
Complementary color
Monochromatic Colors of #3ECDCC
Black with #3ECDCC
Text Example
Text Example
White with #3ECDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECDCC; }
p { color: rgb(62,205,204); }
H1.HeaderClassName
{
color: #3ECDCC;
}
.AnyTagClassName
{
color: #3ECDCC;
}
</style>
background-color css
<style>
a { background-color: #3ECDCC; }
a { background-color: rgb(62,205,204); }
div.DivClassName
{
background-color: #3ECDCC;
}
.BgClassName
{
background-color: #3ECDCC;
}
</style>
border-color css
<style>
span { border-color: #3ECDCC; }
span { border-color: rgb(62,205,204); }
td.TdClassName
{
border-color: #3ECDCC;
}
.TagClassName
{
border-color: #3ECDCC;
}
</style>