Shades of Turquoise #4DFFD0
Tints of Turquoise #4DFFD0
RGB
CMYK
RGB Variations
Color information
#4DFFD0 (or 0x4DFFD0) is known color: Turquoise. HEX triplet: 4D, FF and D0. RGB value is (77,255,208). Sum of RGB (Red+Green+Blue) = 77+255+208=540 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.26% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFD0 is #B2002F. Grayscale: #C4C4C4. Windows color (decimal): -11665456 or 13696845. OLE color: 13696845.
HSL color Cylindrical-coordinate representation of color #4DFFD0: hue angle of 164.16º 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 #4DFFD0 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 208 | - |
| CMYK | 0.70 | 0 | 0.18 | 0 |
| HSL | 164.16º | 1% | 0.65% | - |
| HSV(B) | 164.16º | 0.7% | 1% | - |
| XYZ | 50.21 | 77.65 | 72.02 | - |
| YUV | 196.42 | 134.53 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 208 | 0.70 | 0 | 0.18 | 0 | 164.16 | 1 | 0.65 |
| Hex | 4D | FF | D0 | 46 | 0 | 12 | 0 | A4 | 64 | 41 |
| Octal | 115 | 377 | 320 | 106 | 0 | 22 | 0 | 244 | 144 | 101 |
| Binary | 1001101 | 11111111 | 11010000 | 1000110 | 0 | 10010 | 0 | 10100100 | 1100100 | 1000001 |
Color Harmonies of #4DFFD0
Complementary color
Monochromatic Colors of #4DFFD0
Black with #4DFFD0
Text Example
Text Example
White with #4DFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFD0; }
p { color: rgb(77,255,208); }
H1.HeaderClassName
{
color: #4DFFD0;
}
.AnyTagClassName
{
color: #4DFFD0;
}
</style>
background-color css
<style>
a { background-color: #4DFFD0; }
a { background-color: rgb(77,255,208); }
div.DivClassName
{
background-color: #4DFFD0;
}
.BgClassName
{
background-color: #4DFFD0;
}
</style>
border-color css
<style>
span { border-color: #4DFFD0; }
span { border-color: rgb(77,255,208); }
td.TdClassName
{
border-color: #4DFFD0;
}
.TagClassName
{
border-color: #4DFFD0;
}
</style>