Shades of Medium Turquoise #4DCCC0
Tints of Medium Turquoise #4DCCC0
RGB
CMYK
RGB Variations
Color information
#4DCCC0 (or 0x4DCCC0) is known color: Medium Turquoise. HEX triplet: 4D, CC and C0. RGB value is (77,204,192). Sum of RGB (Red+Green+Blue) = 77+204+192=473 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.28% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCC0 is #B2333F. Grayscale: #A4A4A4. Windows color (decimal): -11678528 or 12635213. OLE color: 12635213.
HSL color Cylindrical-coordinate representation of color #4DCCC0: hue angle of 174.33º 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 #4DCCC0 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 204 | 192 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.2 |
| HSL | 174.33º | 0.55% | 0.55% | - |
| HSV(B) | 174.33º | 0.62% | 0.8% | - |
| XYZ | 34.17 | 48.57 | 57.44 | - |
| YUV | 164.66 | 143.42 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 192 | 0.62 | 0 | 0.06 | 0.2 | 174.33 | 0.55 | 0.55 |
| Hex | 4D | CC | C0 | 3E | 0 | 6 | 14 | AE | 37 | 37 |
| Octal | 115 | 314 | 300 | 76 | 0 | 6 | 24 | 256 | 67 | 67 |
| Binary | 1001101 | 11001100 | 11000000 | 111110 | 0 | 110 | 10100 | 10101110 | 110111 | 110111 |
Color Harmonies of #4DCCC0
Complementary color
Monochromatic Colors of #4DCCC0
Black with #4DCCC0
Text Example
Text Example
White with #4DCCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCC0; }
p { color: rgb(77,204,192); }
H1.HeaderClassName
{
color: #4DCCC0;
}
.AnyTagClassName
{
color: #4DCCC0;
}
</style>
background-color css
<style>
a { background-color: #4DCCC0; }
a { background-color: rgb(77,204,192); }
div.DivClassName
{
background-color: #4DCCC0;
}
.BgClassName
{
background-color: #4DCCC0;
}
</style>
border-color css
<style>
span { border-color: #4DCCC0; }
span { border-color: rgb(77,204,192); }
td.TdClassName
{
border-color: #4DCCC0;
}
.TagClassName
{
border-color: #4DCCC0;
}
</style>