Shades of Turquoise #4DFCBD
Tints of Turquoise #4DFCBD
RGB
CMYK
RGB Variations
Color information
#4DFCBD (or 0x4DFCBD) is known color: Turquoise. HEX triplet: 4D, FC and BD. RGB value is (77,252,189). Sum of RGB (Red+Green+Blue) = 77+252+189=518 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.86% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCBD is #B20342. Grayscale: #C0C0C0. Windows color (decimal): -11666243 or 12450893. OLE color: 12450893.
HSL color Cylindrical-coordinate representation of color #4DFCBD: hue angle of 158.4º 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 #4DFCBD is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 189 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.01 |
| HSL | 158.4º | 0.97% | 0.65% | - |
| HSV(B) | 158.4º | 0.69% | 0.99% | - |
| XYZ | 47.06 | 74.87 | 60.12 | - |
| YUV | 192.49 | 126.02 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 189 | 0.69 | 0 | 0.25 | 0.01 | 158.4 | 0.97 | 0.65 |
| Hex | 4D | FC | BD | 45 | 0 | 19 | 1 | 9E | 61 | 41 |
| Octal | 115 | 374 | 275 | 105 | 0 | 31 | 1 | 236 | 141 | 101 |
| Binary | 1001101 | 11111100 | 10111101 | 1000101 | 0 | 11001 | 1 | 10011110 | 1100001 | 1000001 |
Color Harmonies of #4DFCBD
Complementary color
Monochromatic Colors of #4DFCBD
Black with #4DFCBD
Text Example
Text Example
White with #4DFCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFCBD; }
p { color: rgb(77,252,189); }
H1.HeaderClassName
{
color: #4DFCBD;
}
.AnyTagClassName
{
color: #4DFCBD;
}
</style>
background-color css
<style>
a { background-color: #4DFCBD; }
a { background-color: rgb(77,252,189); }
div.DivClassName
{
background-color: #4DFCBD;
}
.BgClassName
{
background-color: #4DFCBD;
}
</style>
border-color css
<style>
span { border-color: #4DFCBD; }
span { border-color: rgb(77,252,189); }
td.TdClassName
{
border-color: #4DFCBD;
}
.TagClassName
{
border-color: #4DFCBD;
}
</style>