Shades of Turquoise #4DEDCC
Tints of Turquoise #4DEDCC
RGB
CMYK
RGB Variations
Color information
#4DEDCC (or 0x4DEDCC) is known color: Turquoise. HEX triplet: 4D, ED and CC. RGB value is (77,237,204). Sum of RGB (Red+Green+Blue) = 77+237+204=518 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.86% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEDCC is #B21233. Grayscale: #B9B9B9. Windows color (decimal): -11670068 or 13430093. OLE color: 13430093.
HSL color Cylindrical-coordinate representation of color #4DEDCC: hue angle of 167.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEDCC is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 204 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.07 |
| HSL | 167.63º | 0.82% | 0.62% | - |
| HSV(B) | 167.63º | 0.68% | 0.93% | - |
| XYZ | 44.24 | 66.51 | 67.63 | - |
| YUV | 185.4 | 138.49 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 204 | 0.68 | 0 | 0.14 | 0.07 | 167.63 | 0.82 | 0.62 |
| Hex | 4D | ED | CC | 44 | 0 | E | 7 | A8 | 52 | 3E |
| Octal | 115 | 355 | 314 | 104 | 0 | 16 | 7 | 250 | 122 | 76 |
| Binary | 1001101 | 11101101 | 11001100 | 1000100 | 0 | 1110 | 111 | 10101000 | 1010010 | 111110 |
Color Harmonies of #4DEDCC
Complementary color
Monochromatic Colors of #4DEDCC
Black with #4DEDCC
Text Example
Text Example
White with #4DEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEDCC; }
p { color: rgb(77,237,204); }
H1.HeaderClassName
{
color: #4DEDCC;
}
.AnyTagClassName
{
color: #4DEDCC;
}
</style>
background-color css
<style>
a { background-color: #4DEDCC; }
a { background-color: rgb(77,237,204); }
div.DivClassName
{
background-color: #4DEDCC;
}
.BgClassName
{
background-color: #4DEDCC;
}
</style>
border-color css
<style>
span { border-color: #4DEDCC; }
span { border-color: rgb(77,237,204); }
td.TdClassName
{
border-color: #4DEDCC;
}
.TagClassName
{
border-color: #4DEDCC;
}
</style>