Shades of Medium Turquoise #4DCDDB
Tints of Medium Turquoise #4DCDDB
RGB
CMYK
RGB Variations
Color information
#4DCDDB (or 0x4DCDDB) is known color: Medium Turquoise. HEX triplet: 4D, CD and DB. RGB value is (77,205,219). Sum of RGB (Red+Green+Blue) = 77+205+219=501 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.37% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DCDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCDDB is #B23224. Grayscale: #A8A8A8. Windows color (decimal): -11678245 or 14404941. OLE color: 14404941.
HSL color Cylindrical-coordinate representation of color #4DCDDB: hue angle of 185.92º 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 #4DCDDB is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 205 | 219 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.14 |
| HSL | 185.92º | 0.66% | 0.58% | - |
| HSV(B) | 185.92º | 0.65% | 0.86% | - |
| XYZ | 37.68 | 50.35 | 74.75 | - |
| YUV | 168.32 | 156.59 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 219 | 0.65 | 0.06 | 0 | 0.14 | 185.92 | 0.66 | 0.58 |
| Hex | 4D | CD | DB | 41 | 6 | 0 | E | BA | 42 | 3A |
| Octal | 115 | 315 | 333 | 101 | 6 | 0 | 16 | 272 | 102 | 72 |
| Binary | 1001101 | 11001101 | 11011011 | 1000001 | 110 | 0 | 1110 | 10111010 | 1000010 | 111010 |
Color Harmonies of #4DCDDB
Complementary color
Monochromatic Colors of #4DCDDB
Black with #4DCDDB
Text Example
Text Example
White with #4DCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCDDB; }
p { color: rgb(77,205,219); }
H1.HeaderClassName
{
color: #4DCDDB;
}
.AnyTagClassName
{
color: #4DCDDB;
}
</style>
background-color css
<style>
a { background-color: #4DCDDB; }
a { background-color: rgb(77,205,219); }
div.DivClassName
{
background-color: #4DCDDB;
}
.BgClassName
{
background-color: #4DCDDB;
}
</style>
border-color css
<style>
span { border-color: #4DCDDB; }
span { border-color: rgb(77,205,219); }
td.TdClassName
{
border-color: #4DCDDB;
}
.TagClassName
{
border-color: #4DCDDB;
}
</style>