Shades of Turquoise #4DEDCD
Tints of Turquoise #4DEDCD
RGB
CMYK
RGB Variations
Color information
#4DEDCD (or 0x4DEDCD) is known color: Turquoise. HEX triplet: 4D, ED and CD. RGB value is (77,237,205). Sum of RGB (Red+Green+Blue) = 77+237+205=519 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.84% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEDCD is #B21232. Grayscale: #B9B9B9. Windows color (decimal): -11670067 or 13495629. OLE color: 13495629.
HSL color Cylindrical-coordinate representation of color #4DEDCD: hue angle of 168º 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 #4DEDCD is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 205 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.07 |
| HSL | 168º | 0.82% | 0.62% | - |
| HSV(B) | 168º | 0.68% | 0.93% | - |
| XYZ | 44.36 | 66.55 | 68.27 | - |
| YUV | 185.51 | 138.99 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 205 | 0.68 | 0 | 0.14 | 0.07 | 168 | 0.82 | 0.62 |
| Hex | 4D | ED | CD | 44 | 0 | E | 7 | A8 | 52 | 3E |
| Octal | 115 | 355 | 315 | 104 | 0 | 16 | 7 | 250 | 122 | 76 |
| Binary | 1001101 | 11101101 | 11001101 | 1000100 | 0 | 1110 | 111 | 10101000 | 1010010 | 111110 |
Color Harmonies of #4DEDCD
Complementary color
Monochromatic Colors of #4DEDCD
Black with #4DEDCD
Text Example
Text Example
White with #4DEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEDCD; }
p { color: rgb(77,237,205); }
H1.HeaderClassName
{
color: #4DEDCD;
}
.AnyTagClassName
{
color: #4DEDCD;
}
</style>
background-color css
<style>
a { background-color: #4DEDCD; }
a { background-color: rgb(77,237,205); }
div.DivClassName
{
background-color: #4DEDCD;
}
.BgClassName
{
background-color: #4DEDCD;
}
</style>
border-color css
<style>
span { border-color: #4DEDCD; }
span { border-color: rgb(77,237,205); }
td.TdClassName
{
border-color: #4DEDCD;
}
.TagClassName
{
border-color: #4DEDCD;
}
</style>