Shades of Medium Turquoise #4DC6B6
Tints of Medium Turquoise #4DC6B6
RGB
CMYK
RGB Variations
Color information
#4DC6B6 (or 0x4DC6B6) is known color: Medium Turquoise. HEX triplet: 4D, C6 and B6. RGB value is (77,198,182). Sum of RGB (Red+Green+Blue) = 77+198+182=457 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.85% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 198 - color contains mainly: green. Hex color #4DC6B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC6B6 is #B23949. Grayscale: #9F9F9F. Windows color (decimal): -11680074 or 11978317. OLE color: 11978317.
HSL color Cylindrical-coordinate representation of color #4DC6B6: hue angle of 172.07º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC6B6 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 198 | 182 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.22 |
| HSL | 172.07º | 0.51% | 0.54% | - |
| HSV(B) | 172.07º | 0.61% | 0.78% | - |
| XYZ | 31.7 | 45.34 | 51.34 | - |
| YUV | 160 | 140.41 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 198 | 182 | 0.61 | 0 | 0.08 | 0.22 | 172.07 | 0.51 | 0.54 |
| Hex | 4D | C6 | B6 | 3D | 0 | 8 | 16 | AC | 33 | 36 |
| Octal | 115 | 306 | 266 | 75 | 0 | 10 | 26 | 254 | 63 | 66 |
| Binary | 1001101 | 11000110 | 10110110 | 111101 | 0 | 1000 | 10110 | 10101100 | 110011 | 110110 |
Color Harmonies of #4DC6B6
Complementary color
Monochromatic Colors of #4DC6B6
Black with #4DC6B6
Text Example
Text Example
White with #4DC6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC6B6; }
p { color: rgb(77,198,182); }
H1.HeaderClassName
{
color: #4DC6B6;
}
.AnyTagClassName
{
color: #4DC6B6;
}
</style>
background-color css
<style>
a { background-color: #4DC6B6; }
a { background-color: rgb(77,198,182); }
div.DivClassName
{
background-color: #4DC6B6;
}
.BgClassName
{
background-color: #4DC6B6;
}
</style>
border-color css
<style>
span { border-color: #4DC6B6; }
span { border-color: rgb(77,198,182); }
td.TdClassName
{
border-color: #4DC6B6;
}
.TagClassName
{
border-color: #4DC6B6;
}
</style>