Shades of Medium Turquoise #4DCEBB
Tints of Medium Turquoise #4DCEBB
RGB
CMYK
RGB Variations
Color information
#4DCEBB (or 0x4DCEBB) is known color: Medium Turquoise. HEX triplet: 4D, CE and BB. RGB value is (77,206,187). Sum of RGB (Red+Green+Blue) = 77+206+187=470 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.38% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCEBB is #B23144. Grayscale: #A5A5A5. Windows color (decimal): -11678021 or 12308045. OLE color: 12308045.
HSL color Cylindrical-coordinate representation of color #4DCEBB: hue angle of 171.16º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCEBB is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 206 | 187 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.19 |
| HSL | 171.16º | 0.57% | 0.55% | - |
| HSV(B) | 171.16º | 0.63% | 0.81% | - |
| XYZ | 34.1 | 49.31 | 54.73 | - |
| YUV | 165.26 | 140.26 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 187 | 0.63 | 0 | 0.09 | 0.19 | 171.16 | 0.57 | 0.55 |
| Hex | 4D | CE | BB | 3F | 0 | 9 | 13 | AB | 39 | 37 |
| Octal | 115 | 316 | 273 | 77 | 0 | 11 | 23 | 253 | 71 | 67 |
| Binary | 1001101 | 11001110 | 10111011 | 111111 | 0 | 1001 | 10011 | 10101011 | 111001 | 110111 |
Color Harmonies of #4DCEBB
Complementary color
Monochromatic Colors of #4DCEBB
Black with #4DCEBB
Text Example
Text Example
White with #4DCEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCEBB; }
p { color: rgb(77,206,187); }
H1.HeaderClassName
{
color: #4DCEBB;
}
.AnyTagClassName
{
color: #4DCEBB;
}
</style>
background-color css
<style>
a { background-color: #4DCEBB; }
a { background-color: rgb(77,206,187); }
div.DivClassName
{
background-color: #4DCEBB;
}
.BgClassName
{
background-color: #4DCEBB;
}
</style>
border-color css
<style>
span { border-color: #4DCEBB; }
span { border-color: rgb(77,206,187); }
td.TdClassName
{
border-color: #4DCEBB;
}
.TagClassName
{
border-color: #4DCEBB;
}
</style>