Shades of Medium Turquoise #4DDBC5
Tints of Medium Turquoise #4DDBC5
RGB
CMYK
RGB Variations
Color information
#4DDBC5 (or 0x4DDBC5) is known color: Medium Turquoise. HEX triplet: 4D, DB and C5. RGB value is (77,219,197). Sum of RGB (Red+Green+Blue) = 77+219+197=493 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.62% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDBC5 is #B2243A. Grayscale: #ADADAD. Windows color (decimal): -11674683 or 12966733. OLE color: 12966733.
HSL color Cylindrical-coordinate representation of color #4DDBC5: hue angle of 170.7º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDBC5 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 219 | 197 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.14 |
| HSL | 170.7º | 0.66% | 0.58% | - |
| HSV(B) | 170.7º | 0.65% | 0.86% | - |
| XYZ | 38.47 | 56.27 | 61.66 | - |
| YUV | 174.03 | 140.96 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 219 | 197 | 0.65 | 0 | 0.10 | 0.14 | 170.7 | 0.66 | 0.58 |
| Hex | 4D | DB | C5 | 41 | 0 | A | E | AB | 42 | 3A |
| Octal | 115 | 333 | 305 | 101 | 0 | 12 | 16 | 253 | 102 | 72 |
| Binary | 1001101 | 11011011 | 11000101 | 1000001 | 0 | 1010 | 1110 | 10101011 | 1000010 | 111010 |
Color Harmonies of #4DDBC5
Complementary color
Monochromatic Colors of #4DDBC5
Black with #4DDBC5
Text Example
Text Example
White with #4DDBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDBC5; }
p { color: rgb(77,219,197); }
H1.HeaderClassName
{
color: #4DDBC5;
}
.AnyTagClassName
{
color: #4DDBC5;
}
</style>
background-color css
<style>
a { background-color: #4DDBC5; }
a { background-color: rgb(77,219,197); }
div.DivClassName
{
background-color: #4DDBC5;
}
.BgClassName
{
background-color: #4DDBC5;
}
</style>
border-color css
<style>
span { border-color: #4DDBC5; }
span { border-color: rgb(77,219,197); }
td.TdClassName
{
border-color: #4DDBC5;
}
.TagClassName
{
border-color: #4DDBC5;
}
</style>