Shades of Medium Turquoise #3EC8CB
Tints of Medium Turquoise #3EC8CB
RGB
CMYK
RGB Variations
Color information
#3EC8CB (or 0x3EC8CB) is known color: Medium Turquoise. HEX triplet: 3E, C8 and CB. RGB value is (62,200,203). Sum of RGB (Red+Green+Blue) = 62+200+203=465 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.33% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #3EC8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC8CB is #C13734. Grayscale: #9E9E9E. Windows color (decimal): -12662581 or 13355070. OLE color: 13355070.
HSL color Cylindrical-coordinate representation of color #3EC8CB: hue angle of 181.28º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EC8CB is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 200 | 203 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.20 |
| HSL | 181.28º | 0.58% | 0.52% | - |
| HSV(B) | 181.28º | 0.69% | 0.8% | - |
| XYZ | 33.42 | 46.64 | 63.74 | - |
| YUV | 159.08 | 152.78 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 200 | 203 | 0.69 | 0.01 | 0 | 0.20 | 181.28 | 0.58 | 0.52 |
| Hex | 3E | C8 | CB | 45 | 1 | 0 | 14 | B5 | 3A | 34 |
| Octal | 76 | 310 | 313 | 105 | 1 | 0 | 24 | 265 | 72 | 64 |
| Binary | 111110 | 11001000 | 11001011 | 1000101 | 1 | 0 | 10100 | 10110101 | 111010 | 110100 |
Color Harmonies of #3EC8CB
Complementary color
Monochromatic Colors of #3EC8CB
Black with #3EC8CB
Text Example
Text Example
White with #3EC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC8CB; }
p { color: rgb(62,200,203); }
H1.HeaderClassName
{
color: #3EC8CB;
}
.AnyTagClassName
{
color: #3EC8CB;
}
</style>
background-color css
<style>
a { background-color: #3EC8CB; }
a { background-color: rgb(62,200,203); }
div.DivClassName
{
background-color: #3EC8CB;
}
.BgClassName
{
background-color: #3EC8CB;
}
</style>
border-color css
<style>
span { border-color: #3EC8CB; }
span { border-color: rgb(62,200,203); }
td.TdClassName
{
border-color: #3EC8CB;
}
.TagClassName
{
border-color: #3EC8CB;
}
</style>