Shades of Turquoise #4DEDD9
Tints of Turquoise #4DEDD9
RGB
CMYK
RGB Variations
Color information
#4DEDD9 (or 0x4DEDD9) is known color: Turquoise. HEX triplet: 4D, ED and D9. RGB value is (77,237,217). Sum of RGB (Red+Green+Blue) = 77+237+217=531 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.50% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEDD9 is #B21226. Grayscale: #BABABA. Windows color (decimal): -11670055 or 14282061. OLE color: 14282061.
HSL color Cylindrical-coordinate representation of color #4DEDD9: hue angle of 172.5º 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 #4DEDD9 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 217 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.07 |
| HSL | 172.5º | 0.82% | 0.62% | - |
| HSV(B) | 172.5º | 0.68% | 0.93% | - |
| XYZ | 45.87 | 67.16 | 76.19 | - |
| YUV | 186.88 | 144.99 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 217 | 0.68 | 0 | 0.08 | 0.07 | 172.5 | 0.82 | 0.62 |
| Hex | 4D | ED | D9 | 44 | 0 | 8 | 7 | AC | 52 | 3E |
| Octal | 115 | 355 | 331 | 104 | 0 | 10 | 7 | 254 | 122 | 76 |
| Binary | 1001101 | 11101101 | 11011001 | 1000100 | 0 | 1000 | 111 | 10101100 | 1010010 | 111110 |
Color Harmonies of #4DEDD9
Complementary color
Monochromatic Colors of #4DEDD9
Black with #4DEDD9
Text Example
Text Example
White with #4DEDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEDD9; }
p { color: rgb(77,237,217); }
H1.HeaderClassName
{
color: #4DEDD9;
}
.AnyTagClassName
{
color: #4DEDD9;
}
</style>
background-color css
<style>
a { background-color: #4DEDD9; }
a { background-color: rgb(77,237,217); }
div.DivClassName
{
background-color: #4DEDD9;
}
.BgClassName
{
background-color: #4DEDD9;
}
</style>
border-color css
<style>
span { border-color: #4DEDD9; }
span { border-color: rgb(77,237,217); }
td.TdClassName
{
border-color: #4DEDD9;
}
.TagClassName
{
border-color: #4DEDD9;
}
</style>