Shades of Turquoise #4DFCB1
Tints of Turquoise #4DFCB1
RGB
CMYK
RGB Variations
Color information
#4DFCB1 (or 0x4DFCB1) is known color: Turquoise. HEX triplet: 4D, FC and B1. RGB value is (77,252,177). Sum of RGB (Red+Green+Blue) = 77+252+177=506 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.22% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFCB1 is #B2034E. Grayscale: #BFBFBF. Windows color (decimal): -11666255 or 11664461. OLE color: 11664461.
HSL color Cylindrical-coordinate representation of color #4DFCB1: hue angle of 154.29º 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 #4DFCB1 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 177 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.01 |
| HSL | 154.29º | 0.97% | 0.65% | - |
| HSV(B) | 154.29º | 0.69% | 0.99% | - |
| XYZ | 45.81 | 74.37 | 53.54 | - |
| YUV | 191.13 | 120.02 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 177 | 0.69 | 0 | 0.30 | 0.01 | 154.29 | 0.97 | 0.65 |
| Hex | 4D | FC | B1 | 45 | 0 | 1E | 1 | 9A | 61 | 41 |
| Octal | 115 | 374 | 261 | 105 | 0 | 36 | 1 | 232 | 141 | 101 |
| Binary | 1001101 | 11111100 | 10110001 | 1000101 | 0 | 11110 | 1 | 10011010 | 1100001 | 1000001 |
Color Harmonies of #4DFCB1
Complementary color
Monochromatic Colors of #4DFCB1
Black with #4DFCB1
Text Example
Text Example
White with #4DFCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFCB1; }
p { color: rgb(77,252,177); }
H1.HeaderClassName
{
color: #4DFCB1;
}
.AnyTagClassName
{
color: #4DFCB1;
}
</style>
background-color css
<style>
a { background-color: #4DFCB1; }
a { background-color: rgb(77,252,177); }
div.DivClassName
{
background-color: #4DFCB1;
}
.BgClassName
{
background-color: #4DFCB1;
}
</style>
border-color css
<style>
span { border-color: #4DFCB1; }
span { border-color: rgb(77,252,177); }
td.TdClassName
{
border-color: #4DFCB1;
}
.TagClassName
{
border-color: #4DFCB1;
}
</style>