Shades of Turquoise #4DF0BA
Tints of Turquoise #4DF0BA
RGB
CMYK
RGB Variations
Color information
#4DF0BA (or 0x4DF0BA) is known color: Turquoise. HEX triplet: 4D, F0 and BA. RGB value is (77,240,186). Sum of RGB (Red+Green+Blue) = 77+240+186=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF0BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF0BA is #B20F45. Grayscale: #B9B9B9. Windows color (decimal): -11669318 or 12251213. OLE color: 12251213.
HSL color Cylindrical-coordinate representation of color #4DF0BA: hue angle of 160.12º 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 #4DF0BA is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 240 | 186 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.06 |
| HSL | 160.12º | 0.84% | 0.62% | - |
| HSV(B) | 160.12º | 0.68% | 0.94% | - |
| XYZ | 43.08 | 67.44 | 57.2 | - |
| YUV | 185.11 | 128.5 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 240 | 186 | 0.68 | 0 | 0.22 | 0.06 | 160.12 | 0.84 | 0.62 |
| Hex | 4D | F0 | BA | 44 | 0 | 16 | 6 | A0 | 54 | 3E |
| Octal | 115 | 360 | 272 | 104 | 0 | 26 | 6 | 240 | 124 | 76 |
| Binary | 1001101 | 11110000 | 10111010 | 1000100 | 0 | 10110 | 110 | 10100000 | 1010100 | 111110 |
Color Harmonies of #4DF0BA
Complementary color
Monochromatic Colors of #4DF0BA
Black with #4DF0BA
Text Example
Text Example
White with #4DF0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF0BA; }
p { color: rgb(77,240,186); }
H1.HeaderClassName
{
color: #4DF0BA;
}
.AnyTagClassName
{
color: #4DF0BA;
}
</style>
background-color css
<style>
a { background-color: #4DF0BA; }
a { background-color: rgb(77,240,186); }
div.DivClassName
{
background-color: #4DF0BA;
}
.BgClassName
{
background-color: #4DF0BA;
}
</style>
border-color css
<style>
span { border-color: #4DF0BA; }
span { border-color: rgb(77,240,186); }
td.TdClassName
{
border-color: #4DF0BA;
}
.TagClassName
{
border-color: #4DF0BA;
}
</style>