Shades of Turquoise #4DF0BE
Tints of Turquoise #4DF0BE
RGB
CMYK
RGB Variations
Color information
#4DF0BE (or 0x4DF0BE) is known color: Turquoise. HEX triplet: 4D, F0 and BE. RGB value is (77,240,190). Sum of RGB (Red+Green+Blue) = 77+240+190=507 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.19% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF0BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF0BE is #B20F41. Grayscale: #B9B9B9. Windows color (decimal): -11669314 or 12513357. OLE color: 12513357.
HSL color Cylindrical-coordinate representation of color #4DF0BE: hue angle of 161.6º 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 #4DF0BE is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 240 | 190 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.06 |
| HSL | 161.6º | 0.84% | 0.62% | - |
| HSV(B) | 161.6º | 0.68% | 0.94% | - |
| XYZ | 43.51 | 67.62 | 59.47 | - |
| YUV | 185.56 | 130.5 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 240 | 190 | 0.68 | 0 | 0.21 | 0.06 | 161.6 | 0.84 | 0.62 |
| Hex | 4D | F0 | BE | 44 | 0 | 15 | 6 | A2 | 54 | 3E |
| Octal | 115 | 360 | 276 | 104 | 0 | 25 | 6 | 242 | 124 | 76 |
| Binary | 1001101 | 11110000 | 10111110 | 1000100 | 0 | 10101 | 110 | 10100010 | 1010100 | 111110 |
Color Harmonies of #4DF0BE
Complementary color
Monochromatic Colors of #4DF0BE
Black with #4DF0BE
Text Example
Text Example
White with #4DF0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF0BE; }
p { color: rgb(77,240,190); }
H1.HeaderClassName
{
color: #4DF0BE;
}
.AnyTagClassName
{
color: #4DF0BE;
}
</style>
background-color css
<style>
a { background-color: #4DF0BE; }
a { background-color: rgb(77,240,190); }
div.DivClassName
{
background-color: #4DF0BE;
}
.BgClassName
{
background-color: #4DF0BE;
}
</style>
border-color css
<style>
span { border-color: #4DF0BE; }
span { border-color: rgb(77,240,190); }
td.TdClassName
{
border-color: #4DF0BE;
}
.TagClassName
{
border-color: #4DF0BE;
}
</style>