Shades of Medium Turquoise #4DC8C4
Tints of Medium Turquoise #4DC8C4
RGB
CMYK
RGB Variations
Color information
#4DC8C4 (or 0x4DC8C4) is known color: Medium Turquoise. HEX triplet: 4D, C8 and C4. RGB value is (77,200,196). Sum of RGB (Red+Green+Blue) = 77+200+196=473 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.28% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC8C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC8C4 is #B2373B. Grayscale: #A2A2A2. Windows color (decimal): -11679548 or 12896333. OLE color: 12896333.
HSL color Cylindrical-coordinate representation of color #4DC8C4: hue angle of 178.05º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC8C4 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 200 | 196 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.22 |
| HSL | 178.05º | 0.53% | 0.54% | - |
| HSV(B) | 178.05º | 0.62% | 0.78% | - |
| XYZ | 33.68 | 46.87 | 59.5 | - |
| YUV | 162.77 | 146.75 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 200 | 196 | 0.62 | 0 | 0.02 | 0.22 | 178.05 | 0.53 | 0.54 |
| Hex | 4D | C8 | C4 | 3E | 0 | 2 | 16 | B2 | 35 | 36 |
| Octal | 115 | 310 | 304 | 76 | 0 | 2 | 26 | 262 | 65 | 66 |
| Binary | 1001101 | 11001000 | 11000100 | 111110 | 0 | 10 | 10110 | 10110010 | 110101 | 110110 |
Color Harmonies of #4DC8C4
Complementary color
Monochromatic Colors of #4DC8C4
Black with #4DC8C4
Text Example
Text Example
White with #4DC8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC8C4; }
p { color: rgb(77,200,196); }
H1.HeaderClassName
{
color: #4DC8C4;
}
.AnyTagClassName
{
color: #4DC8C4;
}
</style>
background-color css
<style>
a { background-color: #4DC8C4; }
a { background-color: rgb(77,200,196); }
div.DivClassName
{
background-color: #4DC8C4;
}
.BgClassName
{
background-color: #4DC8C4;
}
</style>
border-color css
<style>
span { border-color: #4DC8C4; }
span { border-color: rgb(77,200,196); }
td.TdClassName
{
border-color: #4DC8C4;
}
.TagClassName
{
border-color: #4DC8C4;
}
</style>