Shades of Turquoise #4DFCBB
Tints of Turquoise #4DFCBB
RGB
CMYK
RGB Variations
Color information
#4DFCBB (or 0x4DFCBB) is known color: Turquoise. HEX triplet: 4D, FC and BB. RGB value is (77,252,187). Sum of RGB (Red+Green+Blue) = 77+252+187=516 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.92% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCBB is #B20344. Grayscale: #C0C0C0. Windows color (decimal): -11666245 or 12319821. OLE color: 12319821.
HSL color Cylindrical-coordinate representation of color #4DFCBB: hue angle of 157.71º 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 #4DFCBB is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 187 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.01 |
| HSL | 157.71º | 0.97% | 0.65% | - |
| HSV(B) | 157.71º | 0.69% | 0.99% | - |
| XYZ | 46.84 | 74.79 | 58.98 | - |
| YUV | 192.27 | 125.02 | 45.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 187 | 0.69 | 0 | 0.26 | 0.01 | 157.71 | 0.97 | 0.65 |
| Hex | 4D | FC | BB | 45 | 0 | 1A | 1 | 9E | 61 | 41 |
| Octal | 115 | 374 | 273 | 105 | 0 | 32 | 1 | 236 | 141 | 101 |
| Binary | 1001101 | 11111100 | 10111011 | 1000101 | 0 | 11010 | 1 | 10011110 | 1100001 | 1000001 |
Color Harmonies of #4DFCBB
Complementary color
Monochromatic Colors of #4DFCBB
Black with #4DFCBB
Text Example
Text Example
White with #4DFCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFCBB; }
p { color: rgb(77,252,187); }
H1.HeaderClassName
{
color: #4DFCBB;
}
.AnyTagClassName
{
color: #4DFCBB;
}
</style>
background-color css
<style>
a { background-color: #4DFCBB; }
a { background-color: rgb(77,252,187); }
div.DivClassName
{
background-color: #4DFCBB;
}
.BgClassName
{
background-color: #4DFCBB;
}
</style>
border-color css
<style>
span { border-color: #4DFCBB; }
span { border-color: rgb(77,252,187); }
td.TdClassName
{
border-color: #4DFCBB;
}
.TagClassName
{
border-color: #4DFCBB;
}
</style>