Shades of Turquoise #4DEDB9
Tints of Turquoise #4DEDB9
RGB
CMYK
RGB Variations
Color information
#4DEDB9 (or 0x4DEDB9) is known color: Turquoise. HEX triplet: 4D, ED and B9. RGB value is (77,237,185). Sum of RGB (Red+Green+Blue) = 77+237+185=499 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.43% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEDB9 is #B21246. Grayscale: #B7B7B7. Windows color (decimal): -11670087 or 12184909. OLE color: 12184909.
HSL color Cylindrical-coordinate representation of color #4DEDB9: hue angle of 160.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 #4DEDB9 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 185 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.07 |
| HSL | 160.5º | 0.82% | 0.62% | - |
| HSV(B) | 160.5º | 0.68% | 0.93% | - |
| XYZ | 42.1 | 65.65 | 56.35 | - |
| YUV | 183.23 | 128.99 | 52.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 185 | 0.68 | 0 | 0.22 | 0.07 | 160.5 | 0.82 | 0.62 |
| Hex | 4D | ED | B9 | 44 | 0 | 16 | 7 | A0 | 52 | 3E |
| Octal | 115 | 355 | 271 | 104 | 0 | 26 | 7 | 240 | 122 | 76 |
| Binary | 1001101 | 11101101 | 10111001 | 1000100 | 0 | 10110 | 111 | 10100000 | 1010010 | 111110 |
Color Harmonies of #4DEDB9
Complementary color
Monochromatic Colors of #4DEDB9
Black with #4DEDB9
Text Example
Text Example
White with #4DEDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEDB9; }
p { color: rgb(77,237,185); }
H1.HeaderClassName
{
color: #4DEDB9;
}
.AnyTagClassName
{
color: #4DEDB9;
}
</style>
background-color css
<style>
a { background-color: #4DEDB9; }
a { background-color: rgb(77,237,185); }
div.DivClassName
{
background-color: #4DEDB9;
}
.BgClassName
{
background-color: #4DEDB9;
}
</style>
border-color css
<style>
span { border-color: #4DEDB9; }
span { border-color: rgb(77,237,185); }
td.TdClassName
{
border-color: #4DEDB9;
}
.TagClassName
{
border-color: #4DEDB9;
}
</style>