Shades of Medium Turquoise #4DC8BB
Tints of Medium Turquoise #4DC8BB
RGB
CMYK
RGB Variations
Color information
#4DC8BB (or 0x4DC8BB) is known color: Medium Turquoise. HEX triplet: 4D, C8 and BB. RGB value is (77,200,187). Sum of RGB (Red+Green+Blue) = 77+200+187=464 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.59% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC8BB is #B23744. Grayscale: #A1A1A1. Windows color (decimal): -11679557 or 12306509. OLE color: 12306509.
HSL color Cylindrical-coordinate representation of color #4DC8BB: hue angle of 173.66º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC8BB is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 200 | 187 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.22 |
| HSL | 173.66º | 0.53% | 0.54% | - |
| HSV(B) | 173.66º | 0.62% | 0.78% | - |
| XYZ | 32.68 | 46.47 | 54.26 | - |
| YUV | 161.74 | 142.25 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 200 | 187 | 0.62 | 0 | 0.06 | 0.22 | 173.66 | 0.53 | 0.54 |
| Hex | 4D | C8 | BB | 3E | 0 | 6 | 16 | AE | 35 | 36 |
| Octal | 115 | 310 | 273 | 76 | 0 | 6 | 26 | 256 | 65 | 66 |
| Binary | 1001101 | 11001000 | 10111011 | 111110 | 0 | 110 | 10110 | 10101110 | 110101 | 110110 |
Color Harmonies of #4DC8BB
Complementary color
Monochromatic Colors of #4DC8BB
Black with #4DC8BB
Text Example
Text Example
White with #4DC8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC8BB; }
p { color: rgb(77,200,187); }
H1.HeaderClassName
{
color: #4DC8BB;
}
.AnyTagClassName
{
color: #4DC8BB;
}
</style>
background-color css
<style>
a { background-color: #4DC8BB; }
a { background-color: rgb(77,200,187); }
div.DivClassName
{
background-color: #4DC8BB;
}
.BgClassName
{
background-color: #4DC8BB;
}
</style>
border-color css
<style>
span { border-color: #4DC8BB; }
span { border-color: rgb(77,200,187); }
td.TdClassName
{
border-color: #4DC8BB;
}
.TagClassName
{
border-color: #4DC8BB;
}
</style>