Shades of Turquoise #4DFFCD
Tints of Turquoise #4DFFCD
RGB
CMYK
RGB Variations
Color information
#4DFFCD (or 0x4DFFCD) is known color: Turquoise. HEX triplet: 4D, FF and CD. RGB value is (77,255,205). Sum of RGB (Red+Green+Blue) = 77+255+205=537 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.34% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFCD is #B20032. Grayscale: #C4C4C4. Windows color (decimal): -11665459 or 13500237. OLE color: 13500237.
HSL color Cylindrical-coordinate representation of color #4DFFCD: hue angle of 163.15º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFFCD is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 205 | - |
| CMYK | 0.70 | 0 | 0.20 | 0 |
| HSL | 163.15º | 1% | 0.65% | - |
| HSV(B) | 163.15º | 0.7% | 1% | - |
| XYZ | 49.84 | 77.51 | 70.09 | - |
| YUV | 196.08 | 133.03 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 205 | 0.70 | 0 | 0.20 | 0 | 163.15 | 1 | 0.65 |
| Hex | 4D | FF | CD | 46 | 0 | 14 | 0 | A3 | 64 | 41 |
| Octal | 115 | 377 | 315 | 106 | 0 | 24 | 0 | 243 | 144 | 101 |
| Binary | 1001101 | 11111111 | 11001101 | 1000110 | 0 | 10100 | 0 | 10100011 | 1100100 | 1000001 |
Color Harmonies of #4DFFCD
Complementary color
Monochromatic Colors of #4DFFCD
Black with #4DFFCD
Text Example
Text Example
White with #4DFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFCD; }
p { color: rgb(77,255,205); }
H1.HeaderClassName
{
color: #4DFFCD;
}
.AnyTagClassName
{
color: #4DFFCD;
}
</style>
background-color css
<style>
a { background-color: #4DFFCD; }
a { background-color: rgb(77,255,205); }
div.DivClassName
{
background-color: #4DFFCD;
}
.BgClassName
{
background-color: #4DFFCD;
}
</style>
border-color css
<style>
span { border-color: #4DFFCD; }
span { border-color: rgb(77,255,205); }
td.TdClassName
{
border-color: #4DFFCD;
}
.TagClassName
{
border-color: #4DFFCD;
}
</style>