Shades of Medium Turquoise #4DCCDB
Tints of Medium Turquoise #4DCCDB
RGB
CMYK
RGB Variations
Color information
#4DCCDB (or 0x4DCCDB) is known color: Medium Turquoise. HEX triplet: 4D, CC and DB. RGB value is (77,204,219). Sum of RGB (Red+Green+Blue) = 77+204+219=500 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.4% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DCCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCDB is #B23324. Grayscale: #A7A7A7. Windows color (decimal): -11678501 or 14404685. OLE color: 14404685.
HSL color Cylindrical-coordinate representation of color #4DCCDB: hue angle of 186.34º 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 #4DCCDB is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 204 | 219 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.14 |
| HSL | 186.34º | 0.66% | 0.58% | - |
| HSV(B) | 186.34º | 0.65% | 0.86% | - |
| XYZ | 37.44 | 49.88 | 74.67 | - |
| YUV | 167.74 | 156.92 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 219 | 0.65 | 0.07 | 0 | 0.14 | 186.34 | 0.66 | 0.58 |
| Hex | 4D | CC | DB | 41 | 7 | 0 | E | BA | 42 | 3A |
| Octal | 115 | 314 | 333 | 101 | 7 | 0 | 16 | 272 | 102 | 72 |
| Binary | 1001101 | 11001100 | 11011011 | 1000001 | 111 | 0 | 1110 | 10111010 | 1000010 | 111010 |
Color Harmonies of #4DCCDB
Complementary color
Monochromatic Colors of #4DCCDB
Black with #4DCCDB
Text Example
Text Example
White with #4DCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCDB; }
p { color: rgb(77,204,219); }
H1.HeaderClassName
{
color: #4DCCDB;
}
.AnyTagClassName
{
color: #4DCCDB;
}
</style>
background-color css
<style>
a { background-color: #4DCCDB; }
a { background-color: rgb(77,204,219); }
div.DivClassName
{
background-color: #4DCCDB;
}
.BgClassName
{
background-color: #4DCCDB;
}
</style>
border-color css
<style>
span { border-color: #4DCCDB; }
span { border-color: rgb(77,204,219); }
td.TdClassName
{
border-color: #4DCCDB;
}
.TagClassName
{
border-color: #4DCCDB;
}
</style>