Shades of Medium Turquoise #3ECBBD
Tints of Medium Turquoise #3ECBBD
RGB
CMYK
RGB Variations
Color information
#3ECBBD (or 0x3ECBBD) is known color: Medium Turquoise. HEX triplet: 3E, CB and BD. RGB value is (62,203,189). Sum of RGB (Red+Green+Blue) = 62+203+189=454 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.66% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #3ECBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECBBD is #C13442. Grayscale: #9F9F9F. Windows color (decimal): -12661827 or 12438334. OLE color: 12438334.
HSL color Cylindrical-coordinate representation of color #3ECBBD: hue angle of 174.04º 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 #3ECBBD is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 203 | 189 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.20 |
| HSL | 174.04º | 0.58% | 0.52% | - |
| HSV(B) | 174.04º | 0.69% | 0.8% | - |
| XYZ | 32.53 | 47.41 | 55.58 | - |
| YUV | 159.25 | 144.79 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 203 | 189 | 0.69 | 0 | 0.07 | 0.20 | 174.04 | 0.58 | 0.52 |
| Hex | 3E | CB | BD | 45 | 0 | 7 | 14 | AE | 3A | 34 |
| Octal | 76 | 313 | 275 | 105 | 0 | 7 | 24 | 256 | 72 | 64 |
| Binary | 111110 | 11001011 | 10111101 | 1000101 | 0 | 111 | 10100 | 10101110 | 111010 | 110100 |
Color Harmonies of #3ECBBD
Complementary color
Monochromatic Colors of #3ECBBD
Black with #3ECBBD
Text Example
Text Example
White with #3ECBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECBBD; }
p { color: rgb(62,203,189); }
H1.HeaderClassName
{
color: #3ECBBD;
}
.AnyTagClassName
{
color: #3ECBBD;
}
</style>
background-color css
<style>
a { background-color: #3ECBBD; }
a { background-color: rgb(62,203,189); }
div.DivClassName
{
background-color: #3ECBBD;
}
.BgClassName
{
background-color: #3ECBBD;
}
</style>
border-color css
<style>
span { border-color: #3ECBBD; }
span { border-color: rgb(62,203,189); }
td.TdClassName
{
border-color: #3ECBBD;
}
.TagClassName
{
border-color: #3ECBBD;
}
</style>