Shades of Medium Turquoise #4DCBC6
Tints of Medium Turquoise #4DCBC6
RGB
CMYK
RGB Variations
Color information
#4DCBC6 (or 0x4DCBC6) is known color: Medium Turquoise. HEX triplet: 4D, CB and C6. RGB value is (77,203,198). Sum of RGB (Red+Green+Blue) = 77+203+198=478 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.11% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #4DCBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCBC6 is #B23439. Grayscale: #A4A4A4. Windows color (decimal): -11678778 or 13028173. OLE color: 13028173.
HSL color Cylindrical-coordinate representation of color #4DCBC6: hue angle of 177.62º 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 #4DCBC6 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 203 | 198 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.20 |
| HSL | 177.62º | 0.55% | 0.55% | - |
| HSV(B) | 177.62º | 0.62% | 0.8% | - |
| XYZ | 34.61 | 48.37 | 60.94 | - |
| YUV | 164.76 | 146.76 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 203 | 198 | 0.62 | 0 | 0.02 | 0.20 | 177.62 | 0.55 | 0.55 |
| Hex | 4D | CB | C6 | 3E | 0 | 2 | 14 | B2 | 37 | 37 |
| Octal | 115 | 313 | 306 | 76 | 0 | 2 | 24 | 262 | 67 | 67 |
| Binary | 1001101 | 11001011 | 11000110 | 111110 | 0 | 10 | 10100 | 10110010 | 110111 | 110111 |
Color Harmonies of #4DCBC6
Complementary color
Monochromatic Colors of #4DCBC6
Black with #4DCBC6
Text Example
Text Example
White with #4DCBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCBC6; }
p { color: rgb(77,203,198); }
H1.HeaderClassName
{
color: #4DCBC6;
}
.AnyTagClassName
{
color: #4DCBC6;
}
</style>
background-color css
<style>
a { background-color: #4DCBC6; }
a { background-color: rgb(77,203,198); }
div.DivClassName
{
background-color: #4DCBC6;
}
.BgClassName
{
background-color: #4DCBC6;
}
</style>
border-color css
<style>
span { border-color: #4DCBC6; }
span { border-color: rgb(77,203,198); }
td.TdClassName
{
border-color: #4DCBC6;
}
.TagClassName
{
border-color: #4DCBC6;
}
</style>