Shades of Medium Turquoise #4DC8B7
Tints of Medium Turquoise #4DC8B7
RGB
CMYK
RGB Variations
Color information
#4DC8B7 (or 0x4DC8B7) is known color: Medium Turquoise. HEX triplet: 4D, C8 and B7. RGB value is (77,200,183). Sum of RGB (Red+Green+Blue) = 77+200+183=460 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.74% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC8B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC8B7 is #B23748. Grayscale: #A1A1A1. Windows color (decimal): -11679561 or 12044365. OLE color: 12044365.
HSL color Cylindrical-coordinate representation of color #4DC8B7: hue angle of 171.71º 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 #4DC8B7 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 200 | 183 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.22 |
| HSL | 171.71º | 0.53% | 0.54% | - |
| HSV(B) | 171.71º | 0.62% | 0.78% | - |
| XYZ | 32.26 | 46.31 | 52.04 | - |
| YUV | 161.29 | 140.25 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 200 | 183 | 0.62 | 0 | 0.08 | 0.22 | 171.71 | 0.53 | 0.54 |
| Hex | 4D | C8 | B7 | 3E | 0 | 8 | 16 | AC | 35 | 36 |
| Octal | 115 | 310 | 267 | 76 | 0 | 10 | 26 | 254 | 65 | 66 |
| Binary | 1001101 | 11001000 | 10110111 | 111110 | 0 | 1000 | 10110 | 10101100 | 110101 | 110110 |
Color Harmonies of #4DC8B7
Complementary color
Monochromatic Colors of #4DC8B7
Black with #4DC8B7
Text Example
Text Example
White with #4DC8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC8B7; }
p { color: rgb(77,200,183); }
H1.HeaderClassName
{
color: #4DC8B7;
}
.AnyTagClassName
{
color: #4DC8B7;
}
</style>
background-color css
<style>
a { background-color: #4DC8B7; }
a { background-color: rgb(77,200,183); }
div.DivClassName
{
background-color: #4DC8B7;
}
.BgClassName
{
background-color: #4DC8B7;
}
</style>
border-color css
<style>
span { border-color: #4DC8B7; }
span { border-color: rgb(77,200,183); }
td.TdClassName
{
border-color: #4DC8B7;
}
.TagClassName
{
border-color: #4DC8B7;
}
</style>