Shades of Medium Turquoise #3ECDC6
Tints of Medium Turquoise #3ECDC6
RGB
CMYK
RGB Variations
Color information
#3ECDC6 (or 0x3ECDC6) is known color: Medium Turquoise. HEX triplet: 3E, CD and C6. RGB value is (62,205,198). Sum of RGB (Red+Green+Blue) = 62+205+198=465 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.33% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #3ECDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECDC6 is #C13239. Grayscale: #A1A1A1. Windows color (decimal): -12661306 or 13028670. OLE color: 13028670.
HSL color Cylindrical-coordinate representation of color #3ECDC6: hue angle of 177.06º 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 #3ECDC6 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 205 | 198 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.20 |
| HSL | 177.06º | 0.59% | 0.52% | - |
| HSV(B) | 177.06º | 0.7% | 0.8% | - |
| XYZ | 34.01 | 48.76 | 61.05 | - |
| YUV | 161.45 | 148.62 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 205 | 198 | 0.70 | 0 | 0.03 | 0.20 | 177.06 | 0.59 | 0.52 |
| Hex | 3E | CD | C6 | 46 | 0 | 3 | 14 | B1 | 3B | 34 |
| Octal | 76 | 315 | 306 | 106 | 0 | 3 | 24 | 261 | 73 | 64 |
| Binary | 111110 | 11001101 | 11000110 | 1000110 | 0 | 11 | 10100 | 10110001 | 111011 | 110100 |
Color Harmonies of #3ECDC6
Complementary color
Monochromatic Colors of #3ECDC6
Black with #3ECDC6
Text Example
Text Example
White with #3ECDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECDC6; }
p { color: rgb(62,205,198); }
H1.HeaderClassName
{
color: #3ECDC6;
}
.AnyTagClassName
{
color: #3ECDC6;
}
</style>
background-color css
<style>
a { background-color: #3ECDC6; }
a { background-color: rgb(62,205,198); }
div.DivClassName
{
background-color: #3ECDC6;
}
.BgClassName
{
background-color: #3ECDC6;
}
</style>
border-color css
<style>
span { border-color: #3ECDC6; }
span { border-color: rgb(62,205,198); }
td.TdClassName
{
border-color: #3ECDC6;
}
.TagClassName
{
border-color: #3ECDC6;
}
</style>