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