Shades of Turquoise #4DEDD6
Tints of Turquoise #4DEDD6
RGB
CMYK
RGB Variations
Color information
#4DEDD6 (or 0x4DEDD6) is known color: Turquoise. HEX triplet: 4D, ED and D6. RGB value is (77,237,214). Sum of RGB (Red+Green+Blue) = 77+237+214=528 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.58% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEDD6 is #B21229. Grayscale: #BABABA. Windows color (decimal): -11670058 or 14085453. OLE color: 14085453.
HSL color Cylindrical-coordinate representation of color #4DEDD6: hue angle of 171.38º 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 #4DEDD6 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 214 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.07 |
| HSL | 171.38º | 0.82% | 0.62% | - |
| HSV(B) | 171.38º | 0.68% | 0.93% | - |
| XYZ | 45.48 | 67 | 74.15 | - |
| YUV | 186.54 | 143.49 | 49.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 214 | 0.68 | 0 | 0.10 | 0.07 | 171.38 | 0.82 | 0.62 |
| Hex | 4D | ED | D6 | 44 | 0 | A | 7 | AB | 52 | 3E |
| Octal | 115 | 355 | 326 | 104 | 0 | 12 | 7 | 253 | 122 | 76 |
| Binary | 1001101 | 11101101 | 11010110 | 1000100 | 0 | 1010 | 111 | 10101011 | 1010010 | 111110 |
Color Harmonies of #4DEDD6
Complementary color
Monochromatic Colors of #4DEDD6
Black with #4DEDD6
Text Example
Text Example
White with #4DEDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEDD6; }
p { color: rgb(77,237,214); }
H1.HeaderClassName
{
color: #4DEDD6;
}
.AnyTagClassName
{
color: #4DEDD6;
}
</style>
background-color css
<style>
a { background-color: #4DEDD6; }
a { background-color: rgb(77,237,214); }
div.DivClassName
{
background-color: #4DEDD6;
}
.BgClassName
{
background-color: #4DEDD6;
}
</style>
border-color css
<style>
span { border-color: #4DEDD6; }
span { border-color: rgb(77,237,214); }
td.TdClassName
{
border-color: #4DEDD6;
}
.TagClassName
{
border-color: #4DEDD6;
}
</style>