Shades of Medium Turquoise #4DCECC
Tints of Medium Turquoise #4DCECC
RGB
CMYK
RGB Variations
Color information
#4DCECC (or 0x4DCECC) is known color: Medium Turquoise. HEX triplet: 4D, CE and CC. RGB value is (77,206,204). Sum of RGB (Red+Green+Blue) = 77+206+204=487 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.81% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCECC is #B23133. Grayscale: #A7A7A7. Windows color (decimal): -11678004 or 13422157. OLE color: 13422157.
HSL color Cylindrical-coordinate representation of color #4DCECC: hue angle of 179.07º 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 #4DCECC is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 206 | 204 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.19 |
| HSL | 179.07º | 0.57% | 0.55% | - |
| HSV(B) | 179.07º | 0.63% | 0.81% | - |
| XYZ | 36.03 | 50.08 | 64.89 | - |
| YUV | 167.2 | 148.76 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 204 | 0.63 | 0 | 0.01 | 0.19 | 179.07 | 0.57 | 0.55 |
| Hex | 4D | CE | CC | 3F | 0 | 1 | 13 | B3 | 39 | 37 |
| Octal | 115 | 316 | 314 | 77 | 0 | 1 | 23 | 263 | 71 | 67 |
| Binary | 1001101 | 11001110 | 11001100 | 111111 | 0 | 1 | 10011 | 10110011 | 111001 | 110111 |
Color Harmonies of #4DCECC
Complementary color
Monochromatic Colors of #4DCECC
Black with #4DCECC
Text Example
Text Example
White with #4DCECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCECC; }
p { color: rgb(77,206,204); }
H1.HeaderClassName
{
color: #4DCECC;
}
.AnyTagClassName
{
color: #4DCECC;
}
</style>
background-color css
<style>
a { background-color: #4DCECC; }
a { background-color: rgb(77,206,204); }
div.DivClassName
{
background-color: #4DCECC;
}
.BgClassName
{
background-color: #4DCECC;
}
</style>
border-color css
<style>
span { border-color: #4DCECC; }
span { border-color: rgb(77,206,204); }
td.TdClassName
{
border-color: #4DCECC;
}
.TagClassName
{
border-color: #4DCECC;
}
</style>