Shades of Medium Turquoise #4DC0BD
Tints of Medium Turquoise #4DC0BD
RGB
CMYK
RGB Variations
Color information
#4DC0BD (or 0x4DC0BD) is known color: Medium Turquoise. HEX triplet: 4D, C0 and BD. RGB value is (77,192,189). Sum of RGB (Red+Green+Blue) = 77+192+189=458 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.81% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC0BD is #B23F42. Grayscale: #9D9D9D. Windows color (decimal): -11681603 or 12435533. OLE color: 12435533.
HSL color Cylindrical-coordinate representation of color #4DC0BD: hue angle of 178.43º 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 #4DC0BD is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 189 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.25 |
| HSL | 178.43º | 0.48% | 0.53% | - |
| HSV(B) | 178.43º | 0.6% | 0.75% | - |
| XYZ | 31.1 | 42.95 | 54.8 | - |
| YUV | 157.27 | 145.9 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 189 | 0.60 | 0 | 0.02 | 0.25 | 178.43 | 0.48 | 0.53 |
| Hex | 4D | C0 | BD | 3C | 0 | 2 | 19 | B2 | 30 | 35 |
| Octal | 115 | 300 | 275 | 74 | 0 | 2 | 31 | 262 | 60 | 65 |
| Binary | 1001101 | 11000000 | 10111101 | 111100 | 0 | 10 | 11001 | 10110010 | 110000 | 110101 |
Color Harmonies of #4DC0BD
Complementary color
Monochromatic Colors of #4DC0BD
Black with #4DC0BD
Text Example
Text Example
White with #4DC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC0BD; }
p { color: rgb(77,192,189); }
H1.HeaderClassName
{
color: #4DC0BD;
}
.AnyTagClassName
{
color: #4DC0BD;
}
</style>
background-color css
<style>
a { background-color: #4DC0BD; }
a { background-color: rgb(77,192,189); }
div.DivClassName
{
background-color: #4DC0BD;
}
.BgClassName
{
background-color: #4DC0BD;
}
</style>
border-color css
<style>
span { border-color: #4DC0BD; }
span { border-color: rgb(77,192,189); }
td.TdClassName
{
border-color: #4DC0BD;
}
.TagClassName
{
border-color: #4DC0BD;
}
</style>