Shades of Turquoise #4DF4BB
Tints of Turquoise #4DF4BB
RGB
CMYK
RGB Variations
Color information
#4DF4BB (or 0x4DF4BB) is known color: Turquoise. HEX triplet: 4D, F4 and BB. RGB value is (77,244,187). Sum of RGB (Red+Green+Blue) = 77+244+187=508 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.16% from 508); Green value is 244 (95.70% from 255 or 48.03% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF4BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF4BB is #B20B44. Grayscale: #BBBBBB. Windows color (decimal): -11668293 or 12317773. OLE color: 12317773.
HSL color Cylindrical-coordinate representation of color #4DF4BB: hue angle of 159.52º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF4BB is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 244 | 187 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.04 |
| HSL | 159.52º | 0.88% | 0.63% | - |
| HSV(B) | 159.52º | 0.68% | 0.96% | - |
| XYZ | 44.38 | 69.87 | 58.16 | - |
| YUV | 187.57 | 127.67 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 244 | 187 | 0.68 | 0 | 0.23 | 0.04 | 159.52 | 0.88 | 0.63 |
| Hex | 4D | F4 | BB | 44 | 0 | 17 | 4 | A0 | 58 | 3F |
| Octal | 115 | 364 | 273 | 104 | 0 | 27 | 4 | 240 | 130 | 77 |
| Binary | 1001101 | 11110100 | 10111011 | 1000100 | 0 | 10111 | 100 | 10100000 | 1011000 | 111111 |
Color Harmonies of #4DF4BB
Complementary color
Monochromatic Colors of #4DF4BB
Black with #4DF4BB
Text Example
Text Example
White with #4DF4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF4BB; }
p { color: rgb(77,244,187); }
H1.HeaderClassName
{
color: #4DF4BB;
}
.AnyTagClassName
{
color: #4DF4BB;
}
</style>
background-color css
<style>
a { background-color: #4DF4BB; }
a { background-color: rgb(77,244,187); }
div.DivClassName
{
background-color: #4DF4BB;
}
.BgClassName
{
background-color: #4DF4BB;
}
</style>
border-color css
<style>
span { border-color: #4DF4BB; }
span { border-color: rgb(77,244,187); }
td.TdClassName
{
border-color: #4DF4BB;
}
.TagClassName
{
border-color: #4DF4BB;
}
</style>