Shades of Turquoise #4DFDB3
Tints of Turquoise #4DFDB3
RGB
CMYK
RGB Variations
Color information
#4DFDB3 (or 0x4DFDB3) is known color: Turquoise. HEX triplet: 4D, FD and B3. RGB value is (77,253,179). Sum of RGB (Red+Green+Blue) = 77+253+179=509 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.13% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFDB3 is #B2024C. Grayscale: #C0C0C0. Windows color (decimal): -11665997 or 11795789. OLE color: 11795789.
HSL color Cylindrical-coordinate representation of color #4DFDB3: hue angle of 154.77º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFDB3 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 253 | 179 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.01 |
| HSL | 154.77º | 0.98% | 0.65% | - |
| HSV(B) | 154.77º | 0.7% | 0.99% | - |
| XYZ | 46.32 | 75.08 | 54.7 | - |
| YUV | 191.94 | 120.69 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 253 | 179 | 0.70 | 0 | 0.29 | 0.01 | 154.77 | 0.98 | 0.65 |
| Hex | 4D | FD | B3 | 46 | 0 | 1D | 1 | 9B | 62 | 41 |
| Octal | 115 | 375 | 263 | 106 | 0 | 35 | 1 | 233 | 142 | 101 |
| Binary | 1001101 | 11111101 | 10110011 | 1000110 | 0 | 11101 | 1 | 10011011 | 1100010 | 1000001 |
Color Harmonies of #4DFDB3
Complementary color
Monochromatic Colors of #4DFDB3
Black with #4DFDB3
Text Example
Text Example
White with #4DFDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFDB3; }
p { color: rgb(77,253,179); }
H1.HeaderClassName
{
color: #4DFDB3;
}
.AnyTagClassName
{
color: #4DFDB3;
}
</style>
background-color css
<style>
a { background-color: #4DFDB3; }
a { background-color: rgb(77,253,179); }
div.DivClassName
{
background-color: #4DFDB3;
}
.BgClassName
{
background-color: #4DFDB3;
}
</style>
border-color css
<style>
span { border-color: #4DFDB3; }
span { border-color: rgb(77,253,179); }
td.TdClassName
{
border-color: #4DFDB3;
}
.TagClassName
{
border-color: #4DFDB3;
}
</style>