Shades of Turquoise #4DEFBB
Tints of Turquoise #4DEFBB
RGB
CMYK
RGB Variations
Color information
#4DEFBB (or 0x4DEFBB) is known color: Turquoise. HEX triplet: 4D, EF and BB. RGB value is (77,239,187). Sum of RGB (Red+Green+Blue) = 77+239+187=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #4DEFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEFBB is #B21044. Grayscale: #B8B8B8. Windows color (decimal): -11669573 or 12316493. OLE color: 12316493.
HSL color Cylindrical-coordinate representation of color #4DEFBB: hue angle of 160.74º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEFBB is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 239 | 187 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.06 |
| HSL | 160.74º | 0.84% | 0.62% | - |
| HSV(B) | 160.74º | 0.68% | 0.94% | - |
| XYZ | 42.9 | 66.9 | 57.67 | - |
| YUV | 184.63 | 129.33 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 239 | 187 | 0.68 | 0 | 0.22 | 0.06 | 160.74 | 0.84 | 0.62 |
| Hex | 4D | EF | BB | 44 | 0 | 16 | 6 | A1 | 54 | 3E |
| Octal | 115 | 357 | 273 | 104 | 0 | 26 | 6 | 241 | 124 | 76 |
| Binary | 1001101 | 11101111 | 10111011 | 1000100 | 0 | 10110 | 110 | 10100001 | 1010100 | 111110 |
Color Harmonies of #4DEFBB
Complementary color
Monochromatic Colors of #4DEFBB
Black with #4DEFBB
Text Example
Text Example
White with #4DEFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEFBB; }
p { color: rgb(77,239,187); }
H1.HeaderClassName
{
color: #4DEFBB;
}
.AnyTagClassName
{
color: #4DEFBB;
}
</style>
background-color css
<style>
a { background-color: #4DEFBB; }
a { background-color: rgb(77,239,187); }
div.DivClassName
{
background-color: #4DEFBB;
}
.BgClassName
{
background-color: #4DEFBB;
}
</style>
border-color css
<style>
span { border-color: #4DEFBB; }
span { border-color: rgb(77,239,187); }
td.TdClassName
{
border-color: #4DEFBB;
}
.TagClassName
{
border-color: #4DEFBB;
}
</style>