Shades of Medium Turquoise #4DCCCC
Tints of Medium Turquoise #4DCCCC
RGB
CMYK
RGB Variations
Color information
#4DCCCC (or 0x4DCCCC) is known color: Medium Turquoise. HEX triplet: 4D, CC and CC. RGB value is (77,204,204). Sum of RGB (Red+Green+Blue) = 77+204+204=485 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.88% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #4DCCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCCC is #B23333. Grayscale: #A5A5A5. Windows color (decimal): -11678516 or 13421645. OLE color: 13421645.
HSL color Cylindrical-coordinate representation of color #4DCCCC: hue angle of 180º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCCCC is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 204 | 204 | - |
| CMYK | 0.62 | 0 | 0 | 0.2 |
| HSL | 180º | 0.55% | 0.55% | - |
| HSV(B) | 180º | 0.62% | 0.8% | - |
| XYZ | 35.55 | 49.12 | 64.73 | - |
| YUV | 166.03 | 149.42 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 204 | 0.62 | 0 | 0 | 0.2 | 180 | 0.55 | 0.55 |
| Hex | 4D | CC | CC | 3E | 0 | 0 | 14 | B4 | 37 | 37 |
| Octal | 115 | 314 | 314 | 76 | 0 | 0 | 24 | 264 | 67 | 67 |
| Binary | 1001101 | 11001100 | 11001100 | 111110 | 0 | 0 | 10100 | 10110100 | 110111 | 110111 |
Color Harmonies of #4DCCCC
Complementary color
Monochromatic Colors of #4DCCCC
Black with #4DCCCC
Text Example
Text Example
White with #4DCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCCC; }
p { color: rgb(77,204,204); }
H1.HeaderClassName
{
color: #4DCCCC;
}
.AnyTagClassName
{
color: #4DCCCC;
}
</style>
background-color css
<style>
a { background-color: #4DCCCC; }
a { background-color: rgb(77,204,204); }
div.DivClassName
{
background-color: #4DCCCC;
}
.BgClassName
{
background-color: #4DCCCC;
}
</style>
border-color css
<style>
span { border-color: #4DCCCC; }
span { border-color: rgb(77,204,204); }
td.TdClassName
{
border-color: #4DCCCC;
}
.TagClassName
{
border-color: #4DCCCC;
}
</style>