Shades of Medium Turquoise #4DCBC4
Tints of Medium Turquoise #4DCBC4
RGB
CMYK
RGB Variations
Color information
#4DCBC4 (or 0x4DCBC4) is known color: Medium Turquoise. HEX triplet: 4D, CB and C4. RGB value is (77,203,196). Sum of RGB (Red+Green+Blue) = 77+203+196=476 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.18% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #4DCBC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCBC4 is #B2343B. Grayscale: #A4A4A4. Windows color (decimal): -11678780 or 12897101. OLE color: 12897101.
HSL color Cylindrical-coordinate representation of color #4DCBC4: hue angle of 176.67º 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 #4DCBC4 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 203 | 196 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.20 |
| HSL | 176.67º | 0.55% | 0.55% | - |
| HSV(B) | 176.67º | 0.62% | 0.8% | - |
| XYZ | 34.38 | 48.28 | 59.73 | - |
| YUV | 164.53 | 145.76 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 203 | 196 | 0.62 | 0 | 0.03 | 0.20 | 176.67 | 0.55 | 0.55 |
| Hex | 4D | CB | C4 | 3E | 0 | 3 | 14 | B1 | 37 | 37 |
| Octal | 115 | 313 | 304 | 76 | 0 | 3 | 24 | 261 | 67 | 67 |
| Binary | 1001101 | 11001011 | 11000100 | 111110 | 0 | 11 | 10100 | 10110001 | 110111 | 110111 |
Color Harmonies of #4DCBC4
Complementary color
Monochromatic Colors of #4DCBC4
Black with #4DCBC4
Text Example
Text Example
White with #4DCBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCBC4; }
p { color: rgb(77,203,196); }
H1.HeaderClassName
{
color: #4DCBC4;
}
.AnyTagClassName
{
color: #4DCBC4;
}
</style>
background-color css
<style>
a { background-color: #4DCBC4; }
a { background-color: rgb(77,203,196); }
div.DivClassName
{
background-color: #4DCBC4;
}
.BgClassName
{
background-color: #4DCBC4;
}
</style>
border-color css
<style>
span { border-color: #4DCBC4; }
span { border-color: rgb(77,203,196); }
td.TdClassName
{
border-color: #4DCBC4;
}
.TagClassName
{
border-color: #4DCBC4;
}
</style>