Shades of Medium Turquoise #4DCDC6
Tints of Medium Turquoise #4DCDC6
RGB
CMYK
RGB Variations
Color information
#4DCDC6 (or 0x4DCDC6) is known color: Medium Turquoise. HEX triplet: 4D, CD and C6. RGB value is (77,205,198). Sum of RGB (Red+Green+Blue) = 77+205+198=480 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.04% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCDC6 is #B23239. Grayscale: #A5A5A5. Windows color (decimal): -11678266 or 13028685. OLE color: 13028685.
HSL color Cylindrical-coordinate representation of color #4DCDC6: hue angle of 176.72º degrees, saturation: 0.56, 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 #4DCDC6 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 198 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.20 |
| HSL | 176.72º | 0.56% | 0.55% | - |
| HSV(B) | 176.72º | 0.62% | 0.8% | - |
| XYZ | 35.08 | 49.32 | 61.1 | - |
| YUV | 165.93 | 146.09 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 198 | 0.62 | 0 | 0.03 | 0.20 | 176.72 | 0.56 | 0.55 |
| Hex | 4D | CD | C6 | 3E | 0 | 3 | 14 | B1 | 38 | 37 |
| Octal | 115 | 315 | 306 | 76 | 0 | 3 | 24 | 261 | 70 | 67 |
| Binary | 1001101 | 11001101 | 11000110 | 111110 | 0 | 11 | 10100 | 10110001 | 111000 | 110111 |
Color Harmonies of #4DCDC6
Complementary color
Monochromatic Colors of #4DCDC6
Black with #4DCDC6
Text Example
Text Example
White with #4DCDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCDC6; }
p { color: rgb(77,205,198); }
H1.HeaderClassName
{
color: #4DCDC6;
}
.AnyTagClassName
{
color: #4DCDC6;
}
</style>
background-color css
<style>
a { background-color: #4DCDC6; }
a { background-color: rgb(77,205,198); }
div.DivClassName
{
background-color: #4DCDC6;
}
.BgClassName
{
background-color: #4DCDC6;
}
</style>
border-color css
<style>
span { border-color: #4DCDC6; }
span { border-color: rgb(77,205,198); }
td.TdClassName
{
border-color: #4DCDC6;
}
.TagClassName
{
border-color: #4DCDC6;
}
</style>