Shades of Turquoise #4DF0BB
Tints of Turquoise #4DF0BB
RGB
CMYK
RGB Variations
Color information
#4DF0BB (or 0x4DF0BB) is known color: Turquoise. HEX triplet: 4D, F0 and BB. RGB value is (77,240,187). Sum of RGB (Red+Green+Blue) = 77+240+187=504 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.28% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF0BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF0BB is #B20F44. Grayscale: #B9B9B9. Windows color (decimal): -11669317 or 12316749. OLE color: 12316749.
HSL color Cylindrical-coordinate representation of color #4DF0BB: hue angle of 160.49º 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 #4DF0BB is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 240 | 187 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.06 |
| HSL | 160.49º | 0.84% | 0.62% | - |
| HSV(B) | 160.49º | 0.68% | 0.94% | - |
| XYZ | 43.19 | 67.49 | 57.76 | - |
| YUV | 185.22 | 129 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 240 | 187 | 0.68 | 0 | 0.22 | 0.06 | 160.49 | 0.84 | 0.62 |
| Hex | 4D | F0 | BB | 44 | 0 | 16 | 6 | A0 | 54 | 3E |
| Octal | 115 | 360 | 273 | 104 | 0 | 26 | 6 | 240 | 124 | 76 |
| Binary | 1001101 | 11110000 | 10111011 | 1000100 | 0 | 10110 | 110 | 10100000 | 1010100 | 111110 |
Color Harmonies of #4DF0BB
Complementary color
Monochromatic Colors of #4DF0BB
Black with #4DF0BB
Text Example
Text Example
White with #4DF0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF0BB; }
p { color: rgb(77,240,187); }
H1.HeaderClassName
{
color: #4DF0BB;
}
.AnyTagClassName
{
color: #4DF0BB;
}
</style>
background-color css
<style>
a { background-color: #4DF0BB; }
a { background-color: rgb(77,240,187); }
div.DivClassName
{
background-color: #4DF0BB;
}
.BgClassName
{
background-color: #4DF0BB;
}
</style>
border-color css
<style>
span { border-color: #4DF0BB; }
span { border-color: rgb(77,240,187); }
td.TdClassName
{
border-color: #4DF0BB;
}
.TagClassName
{
border-color: #4DF0BB;
}
</style>