Shades of Medium Turquoise #4DC5C1
Tints of Medium Turquoise #4DC5C1
RGB
CMYK
RGB Variations
Color information
#4DC5C1 (or 0x4DC5C1) is known color: Medium Turquoise. HEX triplet: 4D, C5 and C1. RGB value is (77,197,193). Sum of RGB (Red+Green+Blue) = 77+197+193=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #4DC5C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC5C1 is #B23A3E. Grayscale: #A0A0A0. Windows color (decimal): -11680319 or 12698957. OLE color: 12698957.
HSL color Cylindrical-coordinate representation of color #4DC5C1: hue angle of 178º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC5C1 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 197 | 193 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.23 |
| HSL | 178º | 0.51% | 0.54% | - |
| HSV(B) | 178º | 0.61% | 0.77% | - |
| XYZ | 32.65 | 45.36 | 57.49 | - |
| YUV | 160.66 | 146.24 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 197 | 193 | 0.61 | 0 | 0.02 | 0.23 | 178 | 0.51 | 0.54 |
| Hex | 4D | C5 | C1 | 3D | 0 | 2 | 17 | B2 | 33 | 36 |
| Octal | 115 | 305 | 301 | 75 | 0 | 2 | 27 | 262 | 63 | 66 |
| Binary | 1001101 | 11000101 | 11000001 | 111101 | 0 | 10 | 10111 | 10110010 | 110011 | 110110 |
Color Harmonies of #4DC5C1
Complementary color
Monochromatic Colors of #4DC5C1
Black with #4DC5C1
Text Example
Text Example
White with #4DC5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC5C1; }
p { color: rgb(77,197,193); }
H1.HeaderClassName
{
color: #4DC5C1;
}
.AnyTagClassName
{
color: #4DC5C1;
}
</style>
background-color css
<style>
a { background-color: #4DC5C1; }
a { background-color: rgb(77,197,193); }
div.DivClassName
{
background-color: #4DC5C1;
}
.BgClassName
{
background-color: #4DC5C1;
}
</style>
border-color css
<style>
span { border-color: #4DC5C1; }
span { border-color: rgb(77,197,193); }
td.TdClassName
{
border-color: #4DC5C1;
}
.TagClassName
{
border-color: #4DC5C1;
}
</style>