Shades of Turquoise #4DECDD
Tints of Turquoise #4DECDD
RGB
CMYK
RGB Variations
Color information
#4DECDD (or 0x4DECDD) is known color: Turquoise. HEX triplet: 4D, EC and DD. RGB value is (77,236,221). Sum of RGB (Red+Green+Blue) = 77+236+221=534 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.42% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #4DECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DECDD is #B21322. Grayscale: #BABABA. Windows color (decimal): -11670307 or 14543949. OLE color: 14543949.
HSL color Cylindrical-coordinate representation of color #4DECDD: hue angle of 174.34º 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 #4DECDD is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 221 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.07 |
| HSL | 174.34º | 0.81% | 0.61% | - |
| HSV(B) | 174.34º | 0.67% | 0.93% | - |
| XYZ | 46.11 | 66.79 | 78.87 | - |
| YUV | 186.75 | 147.32 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 221 | 0.67 | 0 | 0.06 | 0.07 | 174.34 | 0.81 | 0.61 |
| Hex | 4D | EC | DD | 43 | 0 | 6 | 7 | AE | 51 | 3D |
| Octal | 115 | 354 | 335 | 103 | 0 | 6 | 7 | 256 | 121 | 75 |
| Binary | 1001101 | 11101100 | 11011101 | 1000011 | 0 | 110 | 111 | 10101110 | 1010001 | 111101 |
Color Harmonies of #4DECDD
Complementary color
Monochromatic Colors of #4DECDD
Black with #4DECDD
Text Example
Text Example
White with #4DECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DECDD; }
p { color: rgb(77,236,221); }
H1.HeaderClassName
{
color: #4DECDD;
}
.AnyTagClassName
{
color: #4DECDD;
}
</style>
background-color css
<style>
a { background-color: #4DECDD; }
a { background-color: rgb(77,236,221); }
div.DivClassName
{
background-color: #4DECDD;
}
.BgClassName
{
background-color: #4DECDD;
}
</style>
border-color css
<style>
span { border-color: #4DECDD; }
span { border-color: rgb(77,236,221); }
td.TdClassName
{
border-color: #4DECDD;
}
.TagClassName
{
border-color: #4DECDD;
}
</style>