Shades of Medium Turquoise #4DC0BE
Tints of Medium Turquoise #4DC0BE
RGB
CMYK
RGB Variations
Color information
#4DC0BE (or 0x4DC0BE) is known color: Medium Turquoise. HEX triplet: 4D, C0 and BE. RGB value is (77,192,190). Sum of RGB (Red+Green+Blue) = 77+192+190=459 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.78% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC0BE is #B23F41. Grayscale: #9D9D9D. Windows color (decimal): -11681602 or 12501069. OLE color: 12501069.
HSL color Cylindrical-coordinate representation of color #4DC0BE: hue angle of 178.96º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC0BE is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 190 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.25 |
| HSL | 178.96º | 0.48% | 0.53% | - |
| HSV(B) | 178.96º | 0.6% | 0.75% | - |
| XYZ | 31.2 | 42.99 | 55.37 | - |
| YUV | 157.39 | 146.4 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 190 | 0.60 | 0 | 0.01 | 0.25 | 178.96 | 0.48 | 0.53 |
| Hex | 4D | C0 | BE | 3C | 0 | 1 | 19 | B3 | 30 | 35 |
| Octal | 115 | 300 | 276 | 74 | 0 | 1 | 31 | 263 | 60 | 65 |
| Binary | 1001101 | 11000000 | 10111110 | 111100 | 0 | 1 | 11001 | 10110011 | 110000 | 110101 |
Color Harmonies of #4DC0BE
Complementary color
Monochromatic Colors of #4DC0BE
Black with #4DC0BE
Text Example
Text Example
White with #4DC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC0BE; }
p { color: rgb(77,192,190); }
H1.HeaderClassName
{
color: #4DC0BE;
}
.AnyTagClassName
{
color: #4DC0BE;
}
</style>
background-color css
<style>
a { background-color: #4DC0BE; }
a { background-color: rgb(77,192,190); }
div.DivClassName
{
background-color: #4DC0BE;
}
.BgClassName
{
background-color: #4DC0BE;
}
</style>
border-color css
<style>
span { border-color: #4DC0BE; }
span { border-color: rgb(77,192,190); }
td.TdClassName
{
border-color: #4DC0BE;
}
.TagClassName
{
border-color: #4DC0BE;
}
</style>