Shades of Medium Turquoise #4DCCBE
Tints of Medium Turquoise #4DCCBE
RGB
CMYK
RGB Variations
Color information
#4DCCBE (or 0x4DCCBE) is known color: Medium Turquoise. HEX triplet: 4D, CC and BE. RGB value is (77,204,190). Sum of RGB (Red+Green+Blue) = 77+204+190=471 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.35% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCBE is #B23341. Grayscale: #A4A4A4. Windows color (decimal): -11678530 or 12504141. OLE color: 12504141.
HSL color Cylindrical-coordinate representation of color #4DCCBE: hue angle of 173.39º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCCBE is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 204 | 190 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.2 |
| HSL | 173.39º | 0.55% | 0.55% | - |
| HSV(B) | 173.39º | 0.62% | 0.8% | - |
| XYZ | 33.95 | 48.48 | 56.28 | - |
| YUV | 164.43 | 142.42 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 190 | 0.62 | 0 | 0.07 | 0.2 | 173.39 | 0.55 | 0.55 |
| Hex | 4D | CC | BE | 3E | 0 | 7 | 14 | AD | 37 | 37 |
| Octal | 115 | 314 | 276 | 76 | 0 | 7 | 24 | 255 | 67 | 67 |
| Binary | 1001101 | 11001100 | 10111110 | 111110 | 0 | 111 | 10100 | 10101101 | 110111 | 110111 |
Color Harmonies of #4DCCBE
Complementary color
Monochromatic Colors of #4DCCBE
Black with #4DCCBE
Text Example
Text Example
White with #4DCCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCBE; }
p { color: rgb(77,204,190); }
H1.HeaderClassName
{
color: #4DCCBE;
}
.AnyTagClassName
{
color: #4DCCBE;
}
</style>
background-color css
<style>
a { background-color: #4DCCBE; }
a { background-color: rgb(77,204,190); }
div.DivClassName
{
background-color: #4DCCBE;
}
.BgClassName
{
background-color: #4DCCBE;
}
</style>
border-color css
<style>
span { border-color: #4DCCBE; }
span { border-color: rgb(77,204,190); }
td.TdClassName
{
border-color: #4DCCBE;
}
.TagClassName
{
border-color: #4DCCBE;
}
</style>