Shades of Medium Turquoise #3EC8BF
Tints of Medium Turquoise #3EC8BF
RGB
CMYK
RGB Variations
Color information
#3EC8BF (or 0x3EC8BF) is known color: Medium Turquoise. HEX triplet: 3E, C8 and BF. RGB value is (62,200,191). Sum of RGB (Red+Green+Blue) = 62+200+191=453 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.69% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 200 - color contains mainly: green. Hex color #3EC8BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EC8BF is #C13740. Grayscale: #9D9D9D. Windows color (decimal): -12662593 or 12568638. OLE color: 12568638.
HSL color Cylindrical-coordinate representation of color #3EC8BF: hue angle of 176.09º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EC8BF is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 200 | 191 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.22 |
| HSL | 176.09º | 0.56% | 0.51% | - |
| HSV(B) | 176.09º | 0.69% | 0.78% | - |
| XYZ | 32.04 | 46.09 | 56.5 | - |
| YUV | 157.71 | 146.78 | 59.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 200 | 191 | 0.69 | 0 | 0.04 | 0.22 | 176.09 | 0.56 | 0.51 |
| Hex | 3E | C8 | BF | 45 | 0 | 4 | 16 | B0 | 38 | 33 |
| Octal | 76 | 310 | 277 | 105 | 0 | 4 | 26 | 260 | 70 | 63 |
| Binary | 111110 | 11001000 | 10111111 | 1000101 | 0 | 100 | 10110 | 10110000 | 111000 | 110011 |
Color Harmonies of #3EC8BF
Complementary color
Monochromatic Colors of #3EC8BF
Black with #3EC8BF
Text Example
Text Example
White with #3EC8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC8BF; }
p { color: rgb(62,200,191); }
H1.HeaderClassName
{
color: #3EC8BF;
}
.AnyTagClassName
{
color: #3EC8BF;
}
</style>
background-color css
<style>
a { background-color: #3EC8BF; }
a { background-color: rgb(62,200,191); }
div.DivClassName
{
background-color: #3EC8BF;
}
.BgClassName
{
background-color: #3EC8BF;
}
</style>
border-color css
<style>
span { border-color: #3EC8BF; }
span { border-color: rgb(62,200,191); }
td.TdClassName
{
border-color: #3EC8BF;
}
.TagClassName
{
border-color: #3EC8BF;
}
</style>