Shades of Turquoise #4DFDB4
Tints of Turquoise #4DFDB4
RGB
CMYK
RGB Variations
Color information
#4DFDB4 (or 0x4DFDB4) is known color: Turquoise. HEX triplet: 4D, FD and B4. RGB value is (77,253,180). Sum of RGB (Red+Green+Blue) = 77+253+180=510 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.10% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFDB4 is #B2024B. Grayscale: #C0C0C0. Windows color (decimal): -11665996 or 11861325. OLE color: 11861325.
HSL color Cylindrical-coordinate representation of color #4DFDB4: hue angle of 155.11º 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 #4DFDB4 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 253 | 180 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.01 |
| HSL | 155.11º | 0.98% | 0.65% | - |
| HSV(B) | 155.11º | 0.7% | 0.99% | - |
| XYZ | 46.42 | 75.12 | 55.23 | - |
| YUV | 192.05 | 121.19 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 253 | 180 | 0.70 | 0 | 0.29 | 0.01 | 155.11 | 0.98 | 0.65 |
| Hex | 4D | FD | B4 | 46 | 0 | 1D | 1 | 9B | 62 | 41 |
| Octal | 115 | 375 | 264 | 106 | 0 | 35 | 1 | 233 | 142 | 101 |
| Binary | 1001101 | 11111101 | 10110100 | 1000110 | 0 | 11101 | 1 | 10011011 | 1100010 | 1000001 |
Color Harmonies of #4DFDB4
Complementary color
Monochromatic Colors of #4DFDB4
Black with #4DFDB4
Text Example
Text Example
White with #4DFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFDB4; }
p { color: rgb(77,253,180); }
H1.HeaderClassName
{
color: #4DFDB4;
}
.AnyTagClassName
{
color: #4DFDB4;
}
</style>
background-color css
<style>
a { background-color: #4DFDB4; }
a { background-color: rgb(77,253,180); }
div.DivClassName
{
background-color: #4DFDB4;
}
.BgClassName
{
background-color: #4DFDB4;
}
</style>
border-color css
<style>
span { border-color: #4DFDB4; }
span { border-color: rgb(77,253,180); }
td.TdClassName
{
border-color: #4DFDB4;
}
.TagClassName
{
border-color: #4DFDB4;
}
</style>