Shades of Turquoise #4DFEB6
Tints of Turquoise #4DFEB6
RGB
CMYK
RGB Variations
Color information
#4DFEB6 (or 0x4DFEB6) is known color: Turquoise. HEX triplet: 4D, FE and B6. RGB value is (77,254,182). Sum of RGB (Red+Green+Blue) = 77+254+182=513 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.01% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFEB6 is #B20149. Grayscale: #C0C0C0. Windows color (decimal): -11665738 or 11992653. OLE color: 11992653.
HSL color Cylindrical-coordinate representation of color #4DFEB6: hue angle of 155.59º 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 #4DFEB6 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
RGB | 77 | 254 | 182 | - |
CMYK | 0.70 | 0 | 0.28 | 0.00 |
HSL | 155.59º | 0.99% | 0.65% | - |
HSV(B) | 155.59º | 0.7% | 1% | - |
XYZ | 46.95 | 75.84 | 56.42 | - |
YUV | 192.87 | 121.86 | 45.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 254 | 182 | 0.70 | 0 | 0.28 | 0.00 | 155.59 | 0.99 | 0.65 |
Hex | 4D | FE | B6 | 46 | 0 | 1C | 0 | 9C | 63 | 41 |
Octal | 115 | 376 | 266 | 106 | 0 | 34 | 0 | 234 | 143 | 101 |
Binary | 1001101 | 11111110 | 10110110 | 1000110 | 0 | 11100 | 0 | 10011100 | 1100011 | 1000001 |
Color Harmonies of #4DFEB6
Complementary color
Monochromatic Colors of #4DFEB6
Black with #4DFEB6
Text Example
Text Example
White with #4DFEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFEB6; }
p { color: rgb(77,254,182); }
H1.HeaderClassName
{
color: #4DFEB6;
}
.AnyTagClassName
{
color: #4DFEB6;
}
</style>
background-color css
<style>
a { background-color: #4DFEB6; }
a { background-color: rgb(77,254,182); }
div.DivClassName
{
background-color: #4DFEB6;
}
.BgClassName
{
background-color: #4DFEB6;
}
</style>
border-color css
<style>
span { border-color: #4DFEB6; }
span { border-color: rgb(77,254,182); }
td.TdClassName
{
border-color: #4DFEB6;
}
.TagClassName
{
border-color: #4DFEB6;
}
</style>