Shades of Medium Turquoise #3ECCBB
Tints of Medium Turquoise #3ECCBB
RGB
CMYK
RGB Variations
Color information
#3ECCBB (or 0x3ECCBB) is known color: Medium Turquoise. HEX triplet: 3E, CC and BB. RGB value is (62,204,187). Sum of RGB (Red+Green+Blue) = 62+204+187=453 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.69% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #3ECCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECCBB is #C13344. Grayscale: #9F9F9F. Windows color (decimal): -12661573 or 12307518. OLE color: 12307518.
HSL color Cylindrical-coordinate representation of color #3ECCBB: hue angle of 172.82º degrees, saturation: 0.58, 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 #3ECCBB is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 62 | 204 | 187 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.2 |
| HSL | 172.82º | 0.58% | 0.52% | - |
| HSV(B) | 172.82º | 0.7% | 0.8% | - |
| XYZ | 32.55 | 47.8 | 54.52 | - |
| YUV | 159.6 | 143.46 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 204 | 187 | 0.70 | 0 | 0.08 | 0.2 | 172.82 | 0.58 | 0.52 |
| Hex | 3E | CC | BB | 46 | 0 | 8 | 14 | AD | 3A | 34 |
| Octal | 76 | 314 | 273 | 106 | 0 | 10 | 24 | 255 | 72 | 64 |
| Binary | 111110 | 11001100 | 10111011 | 1000110 | 0 | 1000 | 10100 | 10101101 | 111010 | 110100 |
Color Harmonies of #3ECCBB
Complementary color
Monochromatic Colors of #3ECCBB
Black with #3ECCBB
Text Example
Text Example
White with #3ECCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECCBB; }
p { color: rgb(62,204,187); }
H1.HeaderClassName
{
color: #3ECCBB;
}
.AnyTagClassName
{
color: #3ECCBB;
}
</style>
background-color css
<style>
a { background-color: #3ECCBB; }
a { background-color: rgb(62,204,187); }
div.DivClassName
{
background-color: #3ECCBB;
}
.BgClassName
{
background-color: #3ECCBB;
}
</style>
border-color css
<style>
span { border-color: #3ECCBB; }
span { border-color: rgb(62,204,187); }
td.TdClassName
{
border-color: #3ECCBB;
}
.TagClassName
{
border-color: #3ECCBB;
}
</style>