Shades of Turquoise #4DE6B7
Tints of Turquoise #4DE6B7
RGB
CMYK
RGB Variations
Color information
#4DE6B7 (or 0x4DE6B7) is known color: Turquoise. HEX triplet: 4D, E6 and B7. RGB value is (77,230,183). Sum of RGB (Red+Green+Blue) = 77+230+183=490 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.71% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 230 - color contains mainly: green. Hex color #4DE6B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DE6B7 is #B21948. Grayscale: #B2B2B2. Windows color (decimal): -11671881 or 12052045. OLE color: 12052045.
HSL color Cylindrical-coordinate representation of color #4DE6B7: hue angle of 161.57º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DE6B7 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 77 | 230 | 183 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.10 |
| HSL | 161.57º | 0.75% | 0.6% | - |
| HSV(B) | 161.57º | 0.67% | 0.9% | - |
| XYZ | 39.9 | 61.59 | 54.58 | - |
| YUV | 178.9 | 130.31 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 230 | 183 | 0.67 | 0 | 0.20 | 0.10 | 161.57 | 0.75 | 0.6 |
| Hex | 4D | E6 | B7 | 43 | 0 | 14 | A | A2 | 4B | 3C |
| Octal | 115 | 346 | 267 | 103 | 0 | 24 | 12 | 242 | 113 | 74 |
| Binary | 1001101 | 11100110 | 10110111 | 1000011 | 0 | 10100 | 1010 | 10100010 | 1001011 | 111100 |
Color Harmonies of #4DE6B7
Complementary color
Monochromatic Colors of #4DE6B7
Black with #4DE6B7
Text Example
Text Example
White with #4DE6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE6B7; }
p { color: rgb(77,230,183); }
H1.HeaderClassName
{
color: #4DE6B7;
}
.AnyTagClassName
{
color: #4DE6B7;
}
</style>
background-color css
<style>
a { background-color: #4DE6B7; }
a { background-color: rgb(77,230,183); }
div.DivClassName
{
background-color: #4DE6B7;
}
.BgClassName
{
background-color: #4DE6B7;
}
</style>
border-color css
<style>
span { border-color: #4DE6B7; }
span { border-color: rgb(77,230,183); }
td.TdClassName
{
border-color: #4DE6B7;
}
.TagClassName
{
border-color: #4DE6B7;
}
</style>