Shades of Turquoise #4DFCBA
Tints of Turquoise #4DFCBA
RGB
CMYK
RGB Variations
Color information
#4DFCBA (or 0x4DFCBA) is known color: Turquoise. HEX triplet: 4D, FC and BA. RGB value is (77,252,186). Sum of RGB (Red+Green+Blue) = 77+252+186=515 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.95% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCBA is #B20345. Grayscale: #C0C0C0. Windows color (decimal): -11666246 or 12254285. OLE color: 12254285.
HSL color Cylindrical-coordinate representation of color #4DFCBA: hue angle of 157.37º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFCBA is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 186 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.01 |
| HSL | 157.37º | 0.97% | 0.65% | - |
| HSV(B) | 157.37º | 0.69% | 0.99% | - |
| XYZ | 46.73 | 74.74 | 58.42 | - |
| YUV | 192.15 | 124.52 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 186 | 0.69 | 0 | 0.26 | 0.01 | 157.37 | 0.97 | 0.65 |
| Hex | 4D | FC | BA | 45 | 0 | 1A | 1 | 9D | 61 | 41 |
| Octal | 115 | 374 | 272 | 105 | 0 | 32 | 1 | 235 | 141 | 101 |
| Binary | 1001101 | 11111100 | 10111010 | 1000101 | 0 | 11010 | 1 | 10011101 | 1100001 | 1000001 |
Color Harmonies of #4DFCBA
Complementary color
Monochromatic Colors of #4DFCBA
Black with #4DFCBA
Text Example
Text Example
White with #4DFCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFCBA; }
p { color: rgb(77,252,186); }
H1.HeaderClassName
{
color: #4DFCBA;
}
.AnyTagClassName
{
color: #4DFCBA;
}
</style>
background-color css
<style>
a { background-color: #4DFCBA; }
a { background-color: rgb(77,252,186); }
div.DivClassName
{
background-color: #4DFCBA;
}
.BgClassName
{
background-color: #4DFCBA;
}
</style>
border-color css
<style>
span { border-color: #4DFCBA; }
span { border-color: rgb(77,252,186); }
td.TdClassName
{
border-color: #4DFCBA;
}
.TagClassName
{
border-color: #4DFCBA;
}
</style>