Shades of Turquoise #4DFDC2
Tints of Turquoise #4DFDC2
RGB
CMYK
RGB Variations
Color information
#4DFDC2 (or 0x4DFDC2) is known color: Turquoise. HEX triplet: 4D, FD and C2. RGB value is (77,253,194). Sum of RGB (Red+Green+Blue) = 77+253+194=524 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.69% from 524); Green value is 253 (99.22% from 255 or 48.28% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFDC2 is #B2023D. Grayscale: #C1C1C1. Windows color (decimal): -11665982 or 12778829. OLE color: 12778829.
HSL color Cylindrical-coordinate representation of color #4DFDC2: hue angle of 159.89º 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 #4DFDC2 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 253 | 194 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.01 |
| HSL | 159.89º | 0.98% | 0.65% | - |
| HSV(B) | 159.89º | 0.7% | 0.99% | - |
| XYZ | 47.92 | 75.72 | 63.13 | - |
| YUV | 193.65 | 128.19 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 253 | 194 | 0.70 | 0 | 0.23 | 0.01 | 159.89 | 0.98 | 0.65 |
| Hex | 4D | FD | C2 | 46 | 0 | 17 | 1 | A0 | 62 | 41 |
| Octal | 115 | 375 | 302 | 106 | 0 | 27 | 1 | 240 | 142 | 101 |
| Binary | 1001101 | 11111101 | 11000010 | 1000110 | 0 | 10111 | 1 | 10100000 | 1100010 | 1000001 |
Color Harmonies of #4DFDC2
Complementary color
Monochromatic Colors of #4DFDC2
Black with #4DFDC2
Text Example
Text Example
White with #4DFDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFDC2; }
p { color: rgb(77,253,194); }
H1.HeaderClassName
{
color: #4DFDC2;
}
.AnyTagClassName
{
color: #4DFDC2;
}
</style>
background-color css
<style>
a { background-color: #4DFDC2; }
a { background-color: rgb(77,253,194); }
div.DivClassName
{
background-color: #4DFDC2;
}
.BgClassName
{
background-color: #4DFDC2;
}
</style>
border-color css
<style>
span { border-color: #4DFDC2; }
span { border-color: rgb(77,253,194); }
td.TdClassName
{
border-color: #4DFDC2;
}
.TagClassName
{
border-color: #4DFDC2;
}
</style>