Shades of Turquoise #4DFBBC
Tints of Turquoise #4DFBBC
RGB
CMYK
RGB Variations
Color information
#4DFBBC (or 0x4DFBBC) is known color: Turquoise. HEX triplet: 4D, FB and BC. RGB value is (77,251,188). Sum of RGB (Red+Green+Blue) = 77+251+188=516 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.92% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFBBC is #B20443. Grayscale: #BFBFBF. Windows color (decimal): -11666500 or 12385101. OLE color: 12385101.
HSL color Cylindrical-coordinate representation of color #4DFBBC: hue angle of 158.28º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFBBC is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 188 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.02 |
| HSL | 158.28º | 0.96% | 0.64% | - |
| HSV(B) | 158.28º | 0.69% | 0.98% | - |
| XYZ | 46.63 | 74.2 | 59.44 | - |
| YUV | 191.79 | 125.85 | 46.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 188 | 0.69 | 0 | 0.25 | 0.02 | 158.28 | 0.96 | 0.64 |
| Hex | 4D | FB | BC | 45 | 0 | 19 | 2 | 9E | 60 | 40 |
| Octal | 115 | 373 | 274 | 105 | 0 | 31 | 2 | 236 | 140 | 100 |
| Binary | 1001101 | 11111011 | 10111100 | 1000101 | 0 | 11001 | 10 | 10011110 | 1100000 | 1000000 |
Color Harmonies of #4DFBBC
Complementary color
Monochromatic Colors of #4DFBBC
Black with #4DFBBC
Text Example
Text Example
White with #4DFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFBBC; }
p { color: rgb(77,251,188); }
H1.HeaderClassName
{
color: #4DFBBC;
}
.AnyTagClassName
{
color: #4DFBBC;
}
</style>
background-color css
<style>
a { background-color: #4DFBBC; }
a { background-color: rgb(77,251,188); }
div.DivClassName
{
background-color: #4DFBBC;
}
.BgClassName
{
background-color: #4DFBBC;
}
</style>
border-color css
<style>
span { border-color: #4DFBBC; }
span { border-color: rgb(77,251,188); }
td.TdClassName
{
border-color: #4DFBBC;
}
.TagClassName
{
border-color: #4DFBBC;
}
</style>