Shades of Medium Turquoise #4DCEB5
Tints of Medium Turquoise #4DCEB5
RGB
CMYK
RGB Variations
Color information
#4DCEB5 (or 0x4DCEB5) is known color: Medium Turquoise. HEX triplet: 4D, CE and B5. RGB value is (77,206,181). Sum of RGB (Red+Green+Blue) = 77+206+181=464 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.59% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCEB5 is #B2314A. Grayscale: #A4A4A4. Windows color (decimal): -11678027 or 11914829. OLE color: 11914829.
HSL color Cylindrical-coordinate representation of color #4DCEB5: hue angle of 168.37º 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 #4DCEB5 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 206 | 181 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.19 |
| HSL | 168.37º | 0.57% | 0.55% | - |
| HSV(B) | 168.37º | 0.63% | 0.81% | - |
| XYZ | 33.47 | 49.06 | 51.42 | - |
| YUV | 164.58 | 137.26 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 181 | 0.63 | 0 | 0.12 | 0.19 | 168.37 | 0.57 | 0.55 |
| Hex | 4D | CE | B5 | 3F | 0 | C | 13 | A8 | 39 | 37 |
| Octal | 115 | 316 | 265 | 77 | 0 | 14 | 23 | 250 | 71 | 67 |
| Binary | 1001101 | 11001110 | 10110101 | 111111 | 0 | 1100 | 10011 | 10101000 | 111001 | 110111 |
Color Harmonies of #4DCEB5
Complementary color
Monochromatic Colors of #4DCEB5
Black with #4DCEB5
Text Example
Text Example
White with #4DCEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCEB5; }
p { color: rgb(77,206,181); }
H1.HeaderClassName
{
color: #4DCEB5;
}
.AnyTagClassName
{
color: #4DCEB5;
}
</style>
background-color css
<style>
a { background-color: #4DCEB5; }
a { background-color: rgb(77,206,181); }
div.DivClassName
{
background-color: #4DCEB5;
}
.BgClassName
{
background-color: #4DCEB5;
}
</style>
border-color css
<style>
span { border-color: #4DCEB5; }
span { border-color: rgb(77,206,181); }
td.TdClassName
{
border-color: #4DCEB5;
}
.TagClassName
{
border-color: #4DCEB5;
}
</style>