Shades of Medium Turquoise #4DCCBD
Tints of Medium Turquoise #4DCCBD
RGB
CMYK
RGB Variations
Color information
#4DCCBD (or 0x4DCCBD) is known color: Medium Turquoise. HEX triplet: 4D, CC and BD. RGB value is (77,204,189). Sum of RGB (Red+Green+Blue) = 77+204+189=470 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.38% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCBD is #B23342. Grayscale: #A4A4A4. Windows color (decimal): -11678531 or 12438605. OLE color: 12438605.
HSL color Cylindrical-coordinate representation of color #4DCCBD: hue angle of 172.91º 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 #4DCCBD is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 204 | 189 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.2 |
| HSL | 172.91º | 0.55% | 0.55% | - |
| HSV(B) | 172.91º | 0.62% | 0.8% | - |
| XYZ | 33.84 | 48.44 | 55.71 | - |
| YUV | 164.32 | 141.92 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 189 | 0.62 | 0 | 0.07 | 0.2 | 172.91 | 0.55 | 0.55 |
| Hex | 4D | CC | BD | 3E | 0 | 7 | 14 | AD | 37 | 37 |
| Octal | 115 | 314 | 275 | 76 | 0 | 7 | 24 | 255 | 67 | 67 |
| Binary | 1001101 | 11001100 | 10111101 | 111110 | 0 | 111 | 10100 | 10101101 | 110111 | 110111 |
Color Harmonies of #4DCCBD
Complementary color
Monochromatic Colors of #4DCCBD
Black with #4DCCBD
Text Example
Text Example
White with #4DCCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCBD; }
p { color: rgb(77,204,189); }
H1.HeaderClassName
{
color: #4DCCBD;
}
.AnyTagClassName
{
color: #4DCCBD;
}
</style>
background-color css
<style>
a { background-color: #4DCCBD; }
a { background-color: rgb(77,204,189); }
div.DivClassName
{
background-color: #4DCCBD;
}
.BgClassName
{
background-color: #4DCCBD;
}
</style>
border-color css
<style>
span { border-color: #4DCCBD; }
span { border-color: rgb(77,204,189); }
td.TdClassName
{
border-color: #4DCCBD;
}
.TagClassName
{
border-color: #4DCCBD;
}
</style>