Shades of Turquoise #4DEDB6
Tints of Turquoise #4DEDB6
RGB
CMYK
RGB Variations
Color information
#4DEDB6 (or 0x4DEDB6) is known color: Turquoise. HEX triplet: 4D, ED and B6. RGB value is (77,237,182). Sum of RGB (Red+Green+Blue) = 77+237+182=496 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.52% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEDB6 is #B21249. Grayscale: #B6B6B6. Windows color (decimal): -11670090 or 11988301. OLE color: 11988301.
HSL color Cylindrical-coordinate representation of color #4DEDB6: hue angle of 159.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 #4DEDB6 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 182 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.07 |
| HSL | 159.38º | 0.82% | 0.62% | - |
| HSV(B) | 159.38º | 0.68% | 0.93% | - |
| XYZ | 41.79 | 65.52 | 54.7 | - |
| YUV | 182.89 | 127.49 | 52.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 182 | 0.68 | 0 | 0.23 | 0.07 | 159.38 | 0.82 | 0.62 |
| Hex | 4D | ED | B6 | 44 | 0 | 17 | 7 | 9F | 52 | 3E |
| Octal | 115 | 355 | 266 | 104 | 0 | 27 | 7 | 237 | 122 | 76 |
| Binary | 1001101 | 11101101 | 10110110 | 1000100 | 0 | 10111 | 111 | 10011111 | 1010010 | 111110 |
Color Harmonies of #4DEDB6
Complementary color
Monochromatic Colors of #4DEDB6
Black with #4DEDB6
Text Example
Text Example
White with #4DEDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEDB6; }
p { color: rgb(77,237,182); }
H1.HeaderClassName
{
color: #4DEDB6;
}
.AnyTagClassName
{
color: #4DEDB6;
}
</style>
background-color css
<style>
a { background-color: #4DEDB6; }
a { background-color: rgb(77,237,182); }
div.DivClassName
{
background-color: #4DEDB6;
}
.BgClassName
{
background-color: #4DEDB6;
}
</style>
border-color css
<style>
span { border-color: #4DEDB6; }
span { border-color: rgb(77,237,182); }
td.TdClassName
{
border-color: #4DEDB6;
}
.TagClassName
{
border-color: #4DEDB6;
}
</style>