Shades of Turquoise #4DEDDD
Tints of Turquoise #4DEDDD
RGB
CMYK
RGB Variations
Color information
#4DEDDD (or 0x4DEDDD) is known color: Turquoise. HEX triplet: 4D, ED and DD. RGB value is (77,237,221). Sum of RGB (Red+Green+Blue) = 77+237+221=535 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.39% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEDDD is #B21222. Grayscale: #BBBBBB. Windows color (decimal): -11670051 or 14544205. OLE color: 14544205.
HSL color Cylindrical-coordinate representation of color #4DEDDD: hue angle of 174º 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 #4DEDDD is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 221 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.07 |
| HSL | 174º | 0.82% | 0.62% | - |
| HSV(B) | 174º | 0.68% | 0.93% | - |
| XYZ | 46.4 | 67.37 | 78.96 | - |
| YUV | 187.34 | 146.99 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 221 | 0.68 | 0 | 0.07 | 0.07 | 174 | 0.82 | 0.62 |
| Hex | 4D | ED | DD | 44 | 0 | 7 | 7 | AE | 52 | 3E |
| Octal | 115 | 355 | 335 | 104 | 0 | 7 | 7 | 256 | 122 | 76 |
| Binary | 1001101 | 11101101 | 11011101 | 1000100 | 0 | 111 | 111 | 10101110 | 1010010 | 111110 |
Color Harmonies of #4DEDDD
Complementary color
Monochromatic Colors of #4DEDDD
Black with #4DEDDD
Text Example
Text Example
White with #4DEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEDDD; }
p { color: rgb(77,237,221); }
H1.HeaderClassName
{
color: #4DEDDD;
}
.AnyTagClassName
{
color: #4DEDDD;
}
</style>
background-color css
<style>
a { background-color: #4DEDDD; }
a { background-color: rgb(77,237,221); }
div.DivClassName
{
background-color: #4DEDDD;
}
.BgClassName
{
background-color: #4DEDDD;
}
</style>
border-color css
<style>
span { border-color: #4DEDDD; }
span { border-color: rgb(77,237,221); }
td.TdClassName
{
border-color: #4DEDDD;
}
.TagClassName
{
border-color: #4DEDDD;
}
</style>