Shades of Medium Turquoise #3ECBBC
Tints of Medium Turquoise #3ECBBC
RGB
CMYK
RGB Variations
Color information
#3ECBBC (or 0x3ECBBC) is known color: Medium Turquoise. HEX triplet: 3E, CB and BC. RGB value is (62,203,188). Sum of RGB (Red+Green+Blue) = 62+203+188=453 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.69% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #3ECBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECBBC is #C13443. Grayscale: #9F9F9F. Windows color (decimal): -12661828 or 12372798. OLE color: 12372798.
HSL color Cylindrical-coordinate representation of color #3ECBBC: hue angle of 173.62º 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 #3ECBBC is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 203 | 188 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.20 |
| HSL | 173.62º | 0.58% | 0.52% | - |
| HSV(B) | 173.62º | 0.69% | 0.8% | - |
| XYZ | 32.42 | 47.37 | 55.01 | - |
| YUV | 159.13 | 144.29 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 203 | 188 | 0.69 | 0 | 0.07 | 0.20 | 173.62 | 0.58 | 0.52 |
| Hex | 3E | CB | BC | 45 | 0 | 7 | 14 | AE | 3A | 34 |
| Octal | 76 | 313 | 274 | 105 | 0 | 7 | 24 | 256 | 72 | 64 |
| Binary | 111110 | 11001011 | 10111100 | 1000101 | 0 | 111 | 10100 | 10101110 | 111010 | 110100 |
Color Harmonies of #3ECBBC
Complementary color
Monochromatic Colors of #3ECBBC
Black with #3ECBBC
Text Example
Text Example
White with #3ECBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECBBC; }
p { color: rgb(62,203,188); }
H1.HeaderClassName
{
color: #3ECBBC;
}
.AnyTagClassName
{
color: #3ECBBC;
}
</style>
background-color css
<style>
a { background-color: #3ECBBC; }
a { background-color: rgb(62,203,188); }
div.DivClassName
{
background-color: #3ECBBC;
}
.BgClassName
{
background-color: #3ECBBC;
}
</style>
border-color css
<style>
span { border-color: #3ECBBC; }
span { border-color: rgb(62,203,188); }
td.TdClassName
{
border-color: #3ECBBC;
}
.TagClassName
{
border-color: #3ECBBC;
}
</style>