Shades of Turquoise #4DFEC1
Tints of Turquoise #4DFEC1
RGB
CMYK
RGB Variations
Color information
#4DFEC1 (or 0x4DFEC1) is known color: Turquoise. HEX triplet: 4D, FE and C1. RGB value is (77,254,193). Sum of RGB (Red+Green+Blue) = 77+254+193=524 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.69% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFEC1 is #B2013E. Grayscale: #C2C2C2. Windows color (decimal): -11665727 or 12713549. OLE color: 12713549.
HSL color Cylindrical-coordinate representation of color #4DFEC1: hue angle of 159.32º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFEC1 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 193 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.00 |
| HSL | 159.32º | 0.99% | 0.65% | - |
| HSV(B) | 159.32º | 0.7% | 1% | - |
| XYZ | 48.13 | 76.31 | 62.65 | - |
| YUV | 194.12 | 127.36 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 193 | 0.70 | 0 | 0.24 | 0.00 | 159.32 | 0.99 | 0.65 |
| Hex | 4D | FE | C1 | 46 | 0 | 18 | 0 | 9F | 63 | 41 |
| Octal | 115 | 376 | 301 | 106 | 0 | 30 | 0 | 237 | 143 | 101 |
| Binary | 1001101 | 11111110 | 11000001 | 1000110 | 0 | 11000 | 0 | 10011111 | 1100011 | 1000001 |
Color Harmonies of #4DFEC1
Complementary color
Monochromatic Colors of #4DFEC1
Black with #4DFEC1
Text Example
Text Example
White with #4DFEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFEC1; }
p { color: rgb(77,254,193); }
H1.HeaderClassName
{
color: #4DFEC1;
}
.AnyTagClassName
{
color: #4DFEC1;
}
</style>
background-color css
<style>
a { background-color: #4DFEC1; }
a { background-color: rgb(77,254,193); }
div.DivClassName
{
background-color: #4DFEC1;
}
.BgClassName
{
background-color: #4DFEC1;
}
</style>
border-color css
<style>
span { border-color: #4DFEC1; }
span { border-color: rgb(77,254,193); }
td.TdClassName
{
border-color: #4DFEC1;
}
.TagClassName
{
border-color: #4DFEC1;
}
</style>