Shades of Medium Turquoise #3EC8DC
Tints of Medium Turquoise #3EC8DC
RGB
CMYK
RGB Variations
Color information
#3EC8DC (or 0x3EC8DC) is known color: Medium Turquoise. HEX triplet: 3E, C8 and DC. RGB value is (62,200,220). Sum of RGB (Red+Green+Blue) = 62+200+220=482 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.86% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #3EC8DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC8DC is #C13723. Grayscale: #A0A0A0. Windows color (decimal): -12662564 or 14469182. OLE color: 14469182.
HSL color Cylindrical-coordinate representation of color #3EC8DC: hue angle of 187.59º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EC8DC is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 200 | 220 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.14 |
| HSL | 187.59º | 0.69% | 0.55% | - |
| HSV(B) | 187.59º | 0.72% | 0.86% | - |
| XYZ | 35.56 | 47.5 | 75 | - |
| YUV | 161.02 | 161.28 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 200 | 220 | 0.72 | 0.09 | 0 | 0.14 | 187.59 | 0.69 | 0.55 |
| Hex | 3E | C8 | DC | 48 | 9 | 0 | E | BC | 45 | 37 |
| Octal | 76 | 310 | 334 | 110 | 11 | 0 | 16 | 274 | 105 | 67 |
| Binary | 111110 | 11001000 | 11011100 | 1001000 | 1001 | 0 | 1110 | 10111100 | 1000101 | 110111 |
Color Harmonies of #3EC8DC
Complementary color
Monochromatic Colors of #3EC8DC
Black with #3EC8DC
Text Example
Text Example
White with #3EC8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC8DC; }
p { color: rgb(62,200,220); }
H1.HeaderClassName
{
color: #3EC8DC;
}
.AnyTagClassName
{
color: #3EC8DC;
}
</style>
background-color css
<style>
a { background-color: #3EC8DC; }
a { background-color: rgb(62,200,220); }
div.DivClassName
{
background-color: #3EC8DC;
}
.BgClassName
{
background-color: #3EC8DC;
}
</style>
border-color css
<style>
span { border-color: #3EC8DC; }
span { border-color: rgb(62,200,220); }
td.TdClassName
{
border-color: #3EC8DC;
}
.TagClassName
{
border-color: #3EC8DC;
}
</style>