Shades of Turquoise #4DEDBB
Tints of Turquoise #4DEDBB
RGB
CMYK
RGB Variations
Color information
#4DEDBB (or 0x4DEDBB) is known color: Turquoise. HEX triplet: 4D, ED and BB. RGB value is (77,237,187). Sum of RGB (Red+Green+Blue) = 77+237+187=501 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.37% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEDBB is #B21244. Grayscale: #B7B7B7. Windows color (decimal): -11670085 or 12315981. OLE color: 12315981.
HSL color Cylindrical-coordinate representation of color #4DEDBB: hue angle of 161.25º 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 #4DEDBB is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 187 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.07 |
| HSL | 161.25º | 0.82% | 0.62% | - |
| HSV(B) | 161.25º | 0.68% | 0.93% | - |
| XYZ | 42.31 | 65.73 | 57.47 | - |
| YUV | 183.46 | 129.99 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 187 | 0.68 | 0 | 0.21 | 0.07 | 161.25 | 0.82 | 0.62 |
| Hex | 4D | ED | BB | 44 | 0 | 15 | 7 | A1 | 52 | 3E |
| Octal | 115 | 355 | 273 | 104 | 0 | 25 | 7 | 241 | 122 | 76 |
| Binary | 1001101 | 11101101 | 10111011 | 1000100 | 0 | 10101 | 111 | 10100001 | 1010010 | 111110 |
Color Harmonies of #4DEDBB
Complementary color
Monochromatic Colors of #4DEDBB
Black with #4DEDBB
Text Example
Text Example
White with #4DEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEDBB; }
p { color: rgb(77,237,187); }
H1.HeaderClassName
{
color: #4DEDBB;
}
.AnyTagClassName
{
color: #4DEDBB;
}
</style>
background-color css
<style>
a { background-color: #4DEDBB; }
a { background-color: rgb(77,237,187); }
div.DivClassName
{
background-color: #4DEDBB;
}
.BgClassName
{
background-color: #4DEDBB;
}
</style>
border-color css
<style>
span { border-color: #4DEDBB; }
span { border-color: rgb(77,237,187); }
td.TdClassName
{
border-color: #4DEDBB;
}
.TagClassName
{
border-color: #4DEDBB;
}
</style>