Shades of Turquoise #4DFFDF
Tints of Turquoise #4DFFDF
RGB
CMYK
RGB Variations
Color information
#4DFFDF (or 0x4DFFDF) is known color: Turquoise. HEX triplet: 4D, FF and DF. RGB value is (77,255,223). Sum of RGB (Red+Green+Blue) = 77+255+223=555 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.87% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFDF is #B20020. Grayscale: #C6C6C6. Windows color (decimal): -11665441 or 14679885. OLE color: 14679885.
HSL color Cylindrical-coordinate representation of color #4DFFDF: hue angle of 169.21º 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 #4DFFDF is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 223 | - |
| CMYK | 0.70 | 0 | 0.13 | 0 |
| HSL | 169.21º | 1% | 0.65% | - |
| HSV(B) | 169.21º | 0.7% | 1% | - |
| XYZ | 52.14 | 78.43 | 82.2 | - |
| YUV | 198.13 | 142.03 | 41.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 223 | 0.70 | 0 | 0.13 | 0 | 169.21 | 1 | 0.65 |
| Hex | 4D | FF | DF | 46 | 0 | D | 0 | A9 | 64 | 41 |
| Octal | 115 | 377 | 337 | 106 | 0 | 15 | 0 | 251 | 144 | 101 |
| Binary | 1001101 | 11111111 | 11011111 | 1000110 | 0 | 1101 | 0 | 10101001 | 1100100 | 1000001 |
Color Harmonies of #4DFFDF
Complementary color
Monochromatic Colors of #4DFFDF
Black with #4DFFDF
Text Example
Text Example
White with #4DFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFDF; }
p { color: rgb(77,255,223); }
H1.HeaderClassName
{
color: #4DFFDF;
}
.AnyTagClassName
{
color: #4DFFDF;
}
</style>
background-color css
<style>
a { background-color: #4DFFDF; }
a { background-color: rgb(77,255,223); }
div.DivClassName
{
background-color: #4DFFDF;
}
.BgClassName
{
background-color: #4DFFDF;
}
</style>
border-color css
<style>
span { border-color: #4DFFDF; }
span { border-color: rgb(77,255,223); }
td.TdClassName
{
border-color: #4DFFDF;
}
.TagClassName
{
border-color: #4DFFDF;
}
</style>