Shades of Medium Turquoise #4DCECD
Tints of Medium Turquoise #4DCECD
RGB
CMYK
RGB Variations
Color information
#4DCECD (or 0x4DCECD) is known color: Medium Turquoise. HEX triplet: 4D, CE and CD. RGB value is (77,206,205). Sum of RGB (Red+Green+Blue) = 77+206+205=488 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.78% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCECD is #B23132. Grayscale: #A7A7A7. Windows color (decimal): -11678003 or 13487693. OLE color: 13487693.
HSL color Cylindrical-coordinate representation of color #4DCECD: hue angle of 179.53º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCECD is Cyan = 0.63, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 206 | 205 | - |
| CMYK | 0.63 | 0 | 0.00 | 0.19 |
| HSL | 179.53º | 0.57% | 0.55% | - |
| HSV(B) | 179.53º | 0.63% | 0.81% | - |
| XYZ | 36.15 | 50.13 | 65.53 | - |
| YUV | 167.32 | 149.26 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 205 | 0.63 | 0 | 0.00 | 0.19 | 179.53 | 0.57 | 0.55 |
| Hex | 4D | CE | CD | 3F | 0 | 0 | 13 | B4 | 39 | 37 |
| Octal | 115 | 316 | 315 | 77 | 0 | 0 | 23 | 264 | 71 | 67 |
| Binary | 1001101 | 11001110 | 11001101 | 111111 | 0 | 0 | 10011 | 10110100 | 111001 | 110111 |
Color Harmonies of #4DCECD
Complementary color
Monochromatic Colors of #4DCECD
Black with #4DCECD
Text Example
Text Example
White with #4DCECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCECD; }
p { color: rgb(77,206,205); }
H1.HeaderClassName
{
color: #4DCECD;
}
.AnyTagClassName
{
color: #4DCECD;
}
</style>
background-color css
<style>
a { background-color: #4DCECD; }
a { background-color: rgb(77,206,205); }
div.DivClassName
{
background-color: #4DCECD;
}
.BgClassName
{
background-color: #4DCECD;
}
</style>
border-color css
<style>
span { border-color: #4DCECD; }
span { border-color: rgb(77,206,205); }
td.TdClassName
{
border-color: #4DCECD;
}
.TagClassName
{
border-color: #4DCECD;
}
</style>