Shades of Medium Turquoise #4DC8BE
Tints of Medium Turquoise #4DC8BE
RGB
CMYK
RGB Variations
Color information
#4DC8BE (or 0x4DC8BE) is known color: Medium Turquoise. HEX triplet: 4D, C8 and BE. RGB value is (77,200,190). Sum of RGB (Red+Green+Blue) = 77+200+190=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC8BE is #B23741. Grayscale: #A2A2A2. Windows color (decimal): -11679554 or 12503117. OLE color: 12503117.
HSL color Cylindrical-coordinate representation of color #4DC8BE: hue angle of 175.12º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC8BE is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 200 | 190 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.22 |
| HSL | 175.12º | 0.53% | 0.54% | - |
| HSV(B) | 175.12º | 0.62% | 0.78% | - |
| XYZ | 33.01 | 46.6 | 55.97 | - |
| YUV | 162.08 | 143.75 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 200 | 190 | 0.62 | 0 | 0.05 | 0.22 | 175.12 | 0.53 | 0.54 |
| Hex | 4D | C8 | BE | 3E | 0 | 5 | 16 | AF | 35 | 36 |
| Octal | 115 | 310 | 276 | 76 | 0 | 5 | 26 | 257 | 65 | 66 |
| Binary | 1001101 | 11001000 | 10111110 | 111110 | 0 | 101 | 10110 | 10101111 | 110101 | 110110 |
Color Harmonies of #4DC8BE
Complementary color
Monochromatic Colors of #4DC8BE
Black with #4DC8BE
Text Example
Text Example
White with #4DC8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC8BE; }
p { color: rgb(77,200,190); }
H1.HeaderClassName
{
color: #4DC8BE;
}
.AnyTagClassName
{
color: #4DC8BE;
}
</style>
background-color css
<style>
a { background-color: #4DC8BE; }
a { background-color: rgb(77,200,190); }
div.DivClassName
{
background-color: #4DC8BE;
}
.BgClassName
{
background-color: #4DC8BE;
}
</style>
border-color css
<style>
span { border-color: #4DC8BE; }
span { border-color: rgb(77,200,190); }
td.TdClassName
{
border-color: #4DC8BE;
}
.TagClassName
{
border-color: #4DC8BE;
}
</style>