Shades of Turquoise #4DE6B5
Tints of Turquoise #4DE6B5
RGB
CMYK
RGB Variations
Color information
#4DE6B5 (or 0x4DE6B5) is known color: Turquoise. HEX triplet: 4D, E6 and B5. RGB value is (77,230,181). Sum of RGB (Red+Green+Blue) = 77+230+181=488 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.78% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 230 - color contains mainly: green. Hex color #4DE6B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DE6B5 is #B2194A. Grayscale: #B2B2B2. Windows color (decimal): -11671883 or 11920973. OLE color: 11920973.
HSL color Cylindrical-coordinate representation of color #4DE6B5: hue angle of 160.78º 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 #4DE6B5 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 77 | 230 | 181 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.10 |
| HSL | 160.78º | 0.75% | 0.6% | - |
| HSV(B) | 160.78º | 0.67% | 0.9% | - |
| XYZ | 39.7 | 61.51 | 53.5 | - |
| YUV | 178.67 | 129.31 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 230 | 181 | 0.67 | 0 | 0.21 | 0.10 | 160.78 | 0.75 | 0.6 |
| Hex | 4D | E6 | B5 | 43 | 0 | 15 | A | A1 | 4B | 3C |
| Octal | 115 | 346 | 265 | 103 | 0 | 25 | 12 | 241 | 113 | 74 |
| Binary | 1001101 | 11100110 | 10110101 | 1000011 | 0 | 10101 | 1010 | 10100001 | 1001011 | 111100 |
Color Harmonies of #4DE6B5
Complementary color
Monochromatic Colors of #4DE6B5
Black with #4DE6B5
Text Example
Text Example
White with #4DE6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE6B5; }
p { color: rgb(77,230,181); }
H1.HeaderClassName
{
color: #4DE6B5;
}
.AnyTagClassName
{
color: #4DE6B5;
}
</style>
background-color css
<style>
a { background-color: #4DE6B5; }
a { background-color: rgb(77,230,181); }
div.DivClassName
{
background-color: #4DE6B5;
}
.BgClassName
{
background-color: #4DE6B5;
}
</style>
border-color css
<style>
span { border-color: #4DE6B5; }
span { border-color: rgb(77,230,181); }
td.TdClassName
{
border-color: #4DE6B5;
}
.TagClassName
{
border-color: #4DE6B5;
}
</style>