Shades of Turquoise #4DF4BD
Tints of Turquoise #4DF4BD
RGB
CMYK
RGB Variations
Color information
#4DF4BD (or 0x4DF4BD) is known color: Turquoise. HEX triplet: 4D, F4 and BD. RGB value is (77,244,189). Sum of RGB (Red+Green+Blue) = 77+244+189=510 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.10% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF4BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF4BD is #B20B42. Grayscale: #BBBBBB. Windows color (decimal): -11668291 or 12448845. OLE color: 12448845.
HSL color Cylindrical-coordinate representation of color #4DF4BD: hue angle of 160.24º 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 #4DF4BD is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 244 | 189 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.04 |
| HSL | 160.24º | 0.88% | 0.63% | - |
| HSV(B) | 160.24º | 0.68% | 0.96% | - |
| XYZ | 44.6 | 69.95 | 59.3 | - |
| YUV | 187.8 | 128.67 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 244 | 189 | 0.68 | 0 | 0.23 | 0.04 | 160.24 | 0.88 | 0.63 |
| Hex | 4D | F4 | BD | 44 | 0 | 17 | 4 | A0 | 58 | 3F |
| Octal | 115 | 364 | 275 | 104 | 0 | 27 | 4 | 240 | 130 | 77 |
| Binary | 1001101 | 11110100 | 10111101 | 1000100 | 0 | 10111 | 100 | 10100000 | 1011000 | 111111 |
Color Harmonies of #4DF4BD
Complementary color
Monochromatic Colors of #4DF4BD
Black with #4DF4BD
Text Example
Text Example
White with #4DF4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF4BD; }
p { color: rgb(77,244,189); }
H1.HeaderClassName
{
color: #4DF4BD;
}
.AnyTagClassName
{
color: #4DF4BD;
}
</style>
background-color css
<style>
a { background-color: #4DF4BD; }
a { background-color: rgb(77,244,189); }
div.DivClassName
{
background-color: #4DF4BD;
}
.BgClassName
{
background-color: #4DF4BD;
}
</style>
border-color css
<style>
span { border-color: #4DF4BD; }
span { border-color: rgb(77,244,189); }
td.TdClassName
{
border-color: #4DF4BD;
}
.TagClassName
{
border-color: #4DF4BD;
}
</style>