Shades of Turquoise #4DECBE
Tints of Turquoise #4DECBE
RGB
CMYK
RGB Variations
Color information
#4DECBE (or 0x4DECBE) is known color: Turquoise. HEX triplet: 4D, EC and BE. RGB value is (77,236,190). Sum of RGB (Red+Green+Blue) = 77+236+190=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #4DECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DECBE is #B21341. Grayscale: #B7B7B7. Windows color (decimal): -11670338 or 12512333. OLE color: 12512333.
HSL color Cylindrical-coordinate representation of color #4DECBE: hue angle of 162.64º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DECBE is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 190 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.07 |
| HSL | 162.64º | 0.81% | 0.61% | - |
| HSV(B) | 162.64º | 0.67% | 0.93% | - |
| XYZ | 42.35 | 65.29 | 59.08 | - |
| YUV | 183.22 | 131.82 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 190 | 0.67 | 0 | 0.19 | 0.07 | 162.64 | 0.81 | 0.61 |
| Hex | 4D | EC | BE | 43 | 0 | 13 | 7 | A3 | 51 | 3D |
| Octal | 115 | 354 | 276 | 103 | 0 | 23 | 7 | 243 | 121 | 75 |
| Binary | 1001101 | 11101100 | 10111110 | 1000011 | 0 | 10011 | 111 | 10100011 | 1010001 | 111101 |
Color Harmonies of #4DECBE
Complementary color
Monochromatic Colors of #4DECBE
Black with #4DECBE
Text Example
Text Example
White with #4DECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DECBE; }
p { color: rgb(77,236,190); }
H1.HeaderClassName
{
color: #4DECBE;
}
.AnyTagClassName
{
color: #4DECBE;
}
</style>
background-color css
<style>
a { background-color: #4DECBE; }
a { background-color: rgb(77,236,190); }
div.DivClassName
{
background-color: #4DECBE;
}
.BgClassName
{
background-color: #4DECBE;
}
</style>
border-color css
<style>
span { border-color: #4DECBE; }
span { border-color: rgb(77,236,190); }
td.TdClassName
{
border-color: #4DECBE;
}
.TagClassName
{
border-color: #4DECBE;
}
</style>