Shades of Medium Turquoise #4DCAC6
Tints of Medium Turquoise #4DCAC6
RGB
CMYK
RGB Variations
Color information
#4DCAC6 (or 0x4DCAC6) is known color: Medium Turquoise. HEX triplet: 4D, CA and C6. RGB value is (77,202,198). Sum of RGB (Red+Green+Blue) = 77+202+198=477 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.14% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCAC6 is #B23539. Grayscale: #A4A4A4. Windows color (decimal): -11679034 or 13027917. OLE color: 13027917.
HSL color Cylindrical-coordinate representation of color #4DCAC6: hue angle of 178.08º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCAC6 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 198 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.21 |
| HSL | 178.08º | 0.54% | 0.55% | - |
| HSV(B) | 178.08º | 0.62% | 0.79% | - |
| XYZ | 34.37 | 47.9 | 60.86 | - |
| YUV | 164.17 | 147.09 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 198 | 0.62 | 0 | 0.02 | 0.21 | 178.08 | 0.54 | 0.55 |
| Hex | 4D | CA | C6 | 3E | 0 | 2 | 15 | B2 | 36 | 37 |
| Octal | 115 | 312 | 306 | 76 | 0 | 2 | 25 | 262 | 66 | 67 |
| Binary | 1001101 | 11001010 | 11000110 | 111110 | 0 | 10 | 10101 | 10110010 | 110110 | 110111 |
Color Harmonies of #4DCAC6
Complementary color
Monochromatic Colors of #4DCAC6
Black with #4DCAC6
Text Example
Text Example
White with #4DCAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCAC6; }
p { color: rgb(77,202,198); }
H1.HeaderClassName
{
color: #4DCAC6;
}
.AnyTagClassName
{
color: #4DCAC6;
}
</style>
background-color css
<style>
a { background-color: #4DCAC6; }
a { background-color: rgb(77,202,198); }
div.DivClassName
{
background-color: #4DCAC6;
}
.BgClassName
{
background-color: #4DCAC6;
}
</style>
border-color css
<style>
span { border-color: #4DCAC6; }
span { border-color: rgb(77,202,198); }
td.TdClassName
{
border-color: #4DCAC6;
}
.TagClassName
{
border-color: #4DCAC6;
}
</style>