Shades of Turquoise #4DFCBC
Tints of Turquoise #4DFCBC
RGB
CMYK
RGB Variations
Color information
#4DFCBC (or 0x4DFCBC) is known color: Turquoise. HEX triplet: 4D, FC and BC. RGB value is (77,252,188). Sum of RGB (Red+Green+Blue) = 77+252+188=517 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.89% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCBC is #B20343. Grayscale: #C0C0C0. Windows color (decimal): -11666244 or 12385357. OLE color: 12385357.
HSL color Cylindrical-coordinate representation of color #4DFCBC: hue angle of 158.06º 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 #4DFCBC is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 188 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.01 |
| HSL | 158.06º | 0.97% | 0.65% | - |
| HSV(B) | 158.06º | 0.69% | 0.99% | - |
| XYZ | 46.95 | 74.83 | 59.55 | - |
| YUV | 192.38 | 125.52 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 188 | 0.69 | 0 | 0.25 | 0.01 | 158.06 | 0.97 | 0.65 |
| Hex | 4D | FC | BC | 45 | 0 | 19 | 1 | 9E | 61 | 41 |
| Octal | 115 | 374 | 274 | 105 | 0 | 31 | 1 | 236 | 141 | 101 |
| Binary | 1001101 | 11111100 | 10111100 | 1000101 | 0 | 11001 | 1 | 10011110 | 1100001 | 1000001 |
Color Harmonies of #4DFCBC
Complementary color
Monochromatic Colors of #4DFCBC
Black with #4DFCBC
Text Example
Text Example
White with #4DFCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFCBC; }
p { color: rgb(77,252,188); }
H1.HeaderClassName
{
color: #4DFCBC;
}
.AnyTagClassName
{
color: #4DFCBC;
}
</style>
background-color css
<style>
a { background-color: #4DFCBC; }
a { background-color: rgb(77,252,188); }
div.DivClassName
{
background-color: #4DFCBC;
}
.BgClassName
{
background-color: #4DFCBC;
}
</style>
border-color css
<style>
span { border-color: #4DFCBC; }
span { border-color: rgb(77,252,188); }
td.TdClassName
{
border-color: #4DFCBC;
}
.TagClassName
{
border-color: #4DFCBC;
}
</style>