Shades of Turquoise #4DECB5
Tints of Turquoise #4DECB5
RGB
CMYK
RGB Variations
Color information
#4DECB5 (or 0x4DECB5) is known color: Turquoise. HEX triplet: 4D, EC and B5. RGB value is (77,236,181). Sum of RGB (Red+Green+Blue) = 77+236+181=494 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.59% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #4DECB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DECB5 is #B2134A. Grayscale: #B6B6B6. Windows color (decimal): -11670347 or 11922509. OLE color: 11922509.
HSL color Cylindrical-coordinate representation of color #4DECB5: hue angle of 159.25º 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 #4DECB5 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 181 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.07 |
| HSL | 159.25º | 0.81% | 0.61% | - |
| HSV(B) | 159.25º | 0.67% | 0.93% | - |
| XYZ | 41.4 | 64.9 | 54.06 | - |
| YUV | 182.19 | 127.32 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 181 | 0.67 | 0 | 0.23 | 0.07 | 159.25 | 0.81 | 0.61 |
| Hex | 4D | EC | B5 | 43 | 0 | 17 | 7 | 9F | 51 | 3D |
| Octal | 115 | 354 | 265 | 103 | 0 | 27 | 7 | 237 | 121 | 75 |
| Binary | 1001101 | 11101100 | 10110101 | 1000011 | 0 | 10111 | 111 | 10011111 | 1010001 | 111101 |
Color Harmonies of #4DECB5
Complementary color
Monochromatic Colors of #4DECB5
Black with #4DECB5
Text Example
Text Example
White with #4DECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DECB5; }
p { color: rgb(77,236,181); }
H1.HeaderClassName
{
color: #4DECB5;
}
.AnyTagClassName
{
color: #4DECB5;
}
</style>
background-color css
<style>
a { background-color: #4DECB5; }
a { background-color: rgb(77,236,181); }
div.DivClassName
{
background-color: #4DECB5;
}
.BgClassName
{
background-color: #4DECB5;
}
</style>
border-color css
<style>
span { border-color: #4DECB5; }
span { border-color: rgb(77,236,181); }
td.TdClassName
{
border-color: #4DECB5;
}
.TagClassName
{
border-color: #4DECB5;
}
</style>