Shades of Medium Turquoise #4DCDDC
Tints of Medium Turquoise #4DCDDC
RGB
CMYK
RGB Variations
Color information
#4DCDDC (or 0x4DCDDC) is known color: Medium Turquoise. HEX triplet: 4D, CD and DC. RGB value is (77,205,220). Sum of RGB (Red+Green+Blue) = 77+205+220=502 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.34% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #4DCDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCDDC is #B23223. Grayscale: #A8A8A8. Windows color (decimal): -11678244 or 14470477. OLE color: 14470477.
HSL color Cylindrical-coordinate representation of color #4DCDDC: hue angle of 186.29º degrees, saturation: 0.67, 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 #4DCDDC is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 205 | 220 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.14 |
| HSL | 186.29º | 0.67% | 0.58% | - |
| HSV(B) | 186.29º | 0.65% | 0.86% | - |
| XYZ | 37.81 | 50.41 | 75.45 | - |
| YUV | 168.44 | 157.09 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 220 | 0.65 | 0.07 | 0 | 0.14 | 186.29 | 0.67 | 0.58 |
| Hex | 4D | CD | DC | 41 | 7 | 0 | E | BA | 43 | 3A |
| Octal | 115 | 315 | 334 | 101 | 7 | 0 | 16 | 272 | 103 | 72 |
| Binary | 1001101 | 11001101 | 11011100 | 1000001 | 111 | 0 | 1110 | 10111010 | 1000011 | 111010 |
Color Harmonies of #4DCDDC
Complementary color
Monochromatic Colors of #4DCDDC
Black with #4DCDDC
Text Example
Text Example
White with #4DCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCDDC; }
p { color: rgb(77,205,220); }
H1.HeaderClassName
{
color: #4DCDDC;
}
.AnyTagClassName
{
color: #4DCDDC;
}
</style>
background-color css
<style>
a { background-color: #4DCDDC; }
a { background-color: rgb(77,205,220); }
div.DivClassName
{
background-color: #4DCDDC;
}
.BgClassName
{
background-color: #4DCDDC;
}
</style>
border-color css
<style>
span { border-color: #4DCDDC; }
span { border-color: rgb(77,205,220); }
td.TdClassName
{
border-color: #4DCDDC;
}
.TagClassName
{
border-color: #4DCDDC;
}
</style>