Shades of Turquoise #4DFFE6
Tints of Turquoise #4DFFE6
RGB
CMYK
RGB Variations
Color information
#4DFFE6 (or 0x4DFFE6) is known color: Turquoise. HEX triplet: 4D, FF and E6. RGB value is (77,255,230). Sum of RGB (Red+Green+Blue) = 77+255+230=562 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.70% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFFE6 is #B20019. Grayscale: #C6C6C6. Windows color (decimal): -11665434 or 15138637. OLE color: 15138637.
HSL color Cylindrical-coordinate representation of color #4DFFE6: hue angle of 171.57º 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 #4DFFE6 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 230 | - |
| CMYK | 0.70 | 0 | 0.10 | 0 |
| HSL | 171.57º | 1% | 0.65% | - |
| HSV(B) | 171.57º | 0.7% | 1% | - |
| XYZ | 53.1 | 78.81 | 87.28 | - |
| YUV | 198.93 | 145.53 | 41.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 230 | 0.70 | 0 | 0.10 | 0 | 171.57 | 1 | 0.65 |
| Hex | 4D | FF | E6 | 46 | 0 | A | 0 | AC | 64 | 41 |
| Octal | 115 | 377 | 346 | 106 | 0 | 12 | 0 | 254 | 144 | 101 |
| Binary | 1001101 | 11111111 | 11100110 | 1000110 | 0 | 1010 | 0 | 10101100 | 1100100 | 1000001 |
Color Harmonies of #4DFFE6
Complementary color
Monochromatic Colors of #4DFFE6
Black with #4DFFE6
Text Example
Text Example
White with #4DFFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFE6; }
p { color: rgb(77,255,230); }
H1.HeaderClassName
{
color: #4DFFE6;
}
.AnyTagClassName
{
color: #4DFFE6;
}
</style>
background-color css
<style>
a { background-color: #4DFFE6; }
a { background-color: rgb(77,255,230); }
div.DivClassName
{
background-color: #4DFFE6;
}
.BgClassName
{
background-color: #4DFFE6;
}
</style>
border-color css
<style>
span { border-color: #4DFFE6; }
span { border-color: rgb(77,255,230); }
td.TdClassName
{
border-color: #4DFFE6;
}
.TagClassName
{
border-color: #4DFFE6;
}
</style>