Shades of Medium Turquoise #4DCCC5
Tints of Medium Turquoise #4DCCC5
RGB
CMYK
RGB Variations
Color information
#4DCCC5 (or 0x4DCCC5) is known color: Medium Turquoise. HEX triplet: 4D, CC and C5. RGB value is (77,204,197). Sum of RGB (Red+Green+Blue) = 77+204+197=478 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.11% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCC5 is #B2333A. Grayscale: #A5A5A5. Windows color (decimal): -11678523 or 12962893. OLE color: 12962893.
HSL color Cylindrical-coordinate representation of color #4DCCC5: hue angle of 176.69º 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 #4DCCC5 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 204 | 197 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.2 |
| HSL | 176.69º | 0.55% | 0.55% | - |
| HSV(B) | 176.69º | 0.62% | 0.8% | - |
| XYZ | 34.73 | 48.79 | 60.41 | - |
| YUV | 165.23 | 145.92 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 197 | 0.62 | 0 | 0.03 | 0.2 | 176.69 | 0.55 | 0.55 |
| Hex | 4D | CC | C5 | 3E | 0 | 3 | 14 | B1 | 37 | 37 |
| Octal | 115 | 314 | 305 | 76 | 0 | 3 | 24 | 261 | 67 | 67 |
| Binary | 1001101 | 11001100 | 11000101 | 111110 | 0 | 11 | 10100 | 10110001 | 110111 | 110111 |
Color Harmonies of #4DCCC5
Complementary color
Monochromatic Colors of #4DCCC5
Black with #4DCCC5
Text Example
Text Example
White with #4DCCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCC5; }
p { color: rgb(77,204,197); }
H1.HeaderClassName
{
color: #4DCCC5;
}
.AnyTagClassName
{
color: #4DCCC5;
}
</style>
background-color css
<style>
a { background-color: #4DCCC5; }
a { background-color: rgb(77,204,197); }
div.DivClassName
{
background-color: #4DCCC5;
}
.BgClassName
{
background-color: #4DCCC5;
}
</style>
border-color css
<style>
span { border-color: #4DCCC5; }
span { border-color: rgb(77,204,197); }
td.TdClassName
{
border-color: #4DCCC5;
}
.TagClassName
{
border-color: #4DCCC5;
}
</style>