Shades of Medium Turquoise #4DCCC4
Tints of Medium Turquoise #4DCCC4
RGB
CMYK
RGB Variations
Color information
#4DCCC4 (or 0x4DCCC4) is known color: Medium Turquoise. HEX triplet: 4D, CC and C4. RGB value is (77,204,196). Sum of RGB (Red+Green+Blue) = 77+204+196=477 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.14% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCC4 is #B2333B. Grayscale: #A5A5A5. Windows color (decimal): -11678524 or 12897357. OLE color: 12897357.
HSL color Cylindrical-coordinate representation of color #4DCCC4: hue angle of 176.22º 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 #4DCCC4 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 204 | 196 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.2 |
| HSL | 176.22º | 0.55% | 0.55% | - |
| HSV(B) | 176.22º | 0.62% | 0.8% | - |
| XYZ | 34.62 | 48.75 | 59.81 | - |
| YUV | 165.12 | 145.42 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 196 | 0.62 | 0 | 0.04 | 0.2 | 176.22 | 0.55 | 0.55 |
| Hex | 4D | CC | C4 | 3E | 0 | 4 | 14 | B0 | 37 | 37 |
| Octal | 115 | 314 | 304 | 76 | 0 | 4 | 24 | 260 | 67 | 67 |
| Binary | 1001101 | 11001100 | 11000100 | 111110 | 0 | 100 | 10100 | 10110000 | 110111 | 110111 |
Color Harmonies of #4DCCC4
Complementary color
Monochromatic Colors of #4DCCC4
Black with #4DCCC4
Text Example
Text Example
White with #4DCCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCC4; }
p { color: rgb(77,204,196); }
H1.HeaderClassName
{
color: #4DCCC4;
}
.AnyTagClassName
{
color: #4DCCC4;
}
</style>
background-color css
<style>
a { background-color: #4DCCC4; }
a { background-color: rgb(77,204,196); }
div.DivClassName
{
background-color: #4DCCC4;
}
.BgClassName
{
background-color: #4DCCC4;
}
</style>
border-color css
<style>
span { border-color: #4DCCC4; }
span { border-color: rgb(77,204,196); }
td.TdClassName
{
border-color: #4DCCC4;
}
.TagClassName
{
border-color: #4DCCC4;
}
</style>