Shades of Turquoise #4DEDBA
Tints of Turquoise #4DEDBA
RGB
CMYK
RGB Variations
Color information
#4DEDBA (or 0x4DEDBA) is known color: Turquoise. HEX triplet: 4D, ED and BA. RGB value is (77,237,186). Sum of RGB (Red+Green+Blue) = 77+237+186=500 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.4% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEDBA is #B21245. Grayscale: #B7B7B7. Windows color (decimal): -11670086 or 12250445. OLE color: 12250445.
HSL color Cylindrical-coordinate representation of color #4DEDBA: hue angle of 160.88º 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 #4DEDBA is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 186 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.07 |
| HSL | 160.88º | 0.82% | 0.62% | - |
| HSV(B) | 160.88º | 0.68% | 0.93% | - |
| XYZ | 42.21 | 65.69 | 56.91 | - |
| YUV | 183.35 | 129.49 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 186 | 0.68 | 0 | 0.22 | 0.07 | 160.88 | 0.82 | 0.62 |
| Hex | 4D | ED | BA | 44 | 0 | 16 | 7 | A1 | 52 | 3E |
| Octal | 115 | 355 | 272 | 104 | 0 | 26 | 7 | 241 | 122 | 76 |
| Binary | 1001101 | 11101101 | 10111010 | 1000100 | 0 | 10110 | 111 | 10100001 | 1010010 | 111110 |
Color Harmonies of #4DEDBA
Complementary color
Monochromatic Colors of #4DEDBA
Black with #4DEDBA
Text Example
Text Example
White with #4DEDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEDBA; }
p { color: rgb(77,237,186); }
H1.HeaderClassName
{
color: #4DEDBA;
}
.AnyTagClassName
{
color: #4DEDBA;
}
</style>
background-color css
<style>
a { background-color: #4DEDBA; }
a { background-color: rgb(77,237,186); }
div.DivClassName
{
background-color: #4DEDBA;
}
.BgClassName
{
background-color: #4DEDBA;
}
</style>
border-color css
<style>
span { border-color: #4DEDBA; }
span { border-color: rgb(77,237,186); }
td.TdClassName
{
border-color: #4DEDBA;
}
.TagClassName
{
border-color: #4DEDBA;
}
</style>