Shades of Medium Turquoise #4DC5B6
Tints of Medium Turquoise #4DC5B6
RGB
CMYK
RGB Variations
Color information
#4DC5B6 (or 0x4DC5B6) is known color: Medium Turquoise. HEX triplet: 4D, C5 and B6. RGB value is (77,197,182). Sum of RGB (Red+Green+Blue) = 77+197+182=456 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.89% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 197 - color contains mainly: green. Hex color #4DC5B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC5B6 is #B23A49. Grayscale: #9F9F9F. Windows color (decimal): -11680330 or 11978061. OLE color: 11978061.
HSL color Cylindrical-coordinate representation of color #4DC5B6: hue angle of 172.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC5B6 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 197 | 182 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.23 |
| HSL | 172.5º | 0.51% | 0.54% | - |
| HSV(B) | 172.5º | 0.61% | 0.77% | - |
| XYZ | 31.47 | 44.89 | 51.26 | - |
| YUV | 159.41 | 140.74 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 197 | 182 | 0.61 | 0 | 0.08 | 0.23 | 172.5 | 0.51 | 0.54 |
| Hex | 4D | C5 | B6 | 3D | 0 | 8 | 17 | AC | 33 | 36 |
| Octal | 115 | 305 | 266 | 75 | 0 | 10 | 27 | 254 | 63 | 66 |
| Binary | 1001101 | 11000101 | 10110110 | 111101 | 0 | 1000 | 10111 | 10101100 | 110011 | 110110 |
Color Harmonies of #4DC5B6
Complementary color
Monochromatic Colors of #4DC5B6
Black with #4DC5B6
Text Example
Text Example
White with #4DC5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC5B6; }
p { color: rgb(77,197,182); }
H1.HeaderClassName
{
color: #4DC5B6;
}
.AnyTagClassName
{
color: #4DC5B6;
}
</style>
background-color css
<style>
a { background-color: #4DC5B6; }
a { background-color: rgb(77,197,182); }
div.DivClassName
{
background-color: #4DC5B6;
}
.BgClassName
{
background-color: #4DC5B6;
}
</style>
border-color css
<style>
span { border-color: #4DC5B6; }
span { border-color: rgb(77,197,182); }
td.TdClassName
{
border-color: #4DC5B6;
}
.TagClassName
{
border-color: #4DC5B6;
}
</style>