Shades of Turquoise #4DE2BC
Tints of Turquoise #4DE2BC
RGB
CMYK
RGB Variations
Color information
#4DE2BC (or 0x4DE2BC) is known color: Turquoise. HEX triplet: 4D, E2 and BC. RGB value is (77,226,188). Sum of RGB (Red+Green+Blue) = 77+226+188=491 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.68% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 226 - color contains mainly: green. Hex color #4DE2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DE2BC is #B21D43. Grayscale: #B1B1B1. Windows color (decimal): -11672900 or 12378701. OLE color: 12378701.
HSL color Cylindrical-coordinate representation of color #4DE2BC: hue angle of 164.7º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DE2BC is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 77 | 226 | 188 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.11 |
| HSL | 164.7º | 0.72% | 0.59% | - |
| HSV(B) | 164.7º | 0.66% | 0.89% | - |
| XYZ | 39.33 | 59.6 | 57.01 | - |
| YUV | 177.12 | 134.14 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 226 | 188 | 0.66 | 0 | 0.17 | 0.11 | 164.7 | 0.72 | 0.59 |
| Hex | 4D | E2 | BC | 42 | 0 | 11 | B | A5 | 48 | 3B |
| Octal | 115 | 342 | 274 | 102 | 0 | 21 | 13 | 245 | 110 | 73 |
| Binary | 1001101 | 11100010 | 10111100 | 1000010 | 0 | 10001 | 1011 | 10100101 | 1001000 | 111011 |
Color Harmonies of #4DE2BC
Complementary color
Monochromatic Colors of #4DE2BC
Black with #4DE2BC
Text Example
Text Example
White with #4DE2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE2BC; }
p { color: rgb(77,226,188); }
H1.HeaderClassName
{
color: #4DE2BC;
}
.AnyTagClassName
{
color: #4DE2BC;
}
</style>
background-color css
<style>
a { background-color: #4DE2BC; }
a { background-color: rgb(77,226,188); }
div.DivClassName
{
background-color: #4DE2BC;
}
.BgClassName
{
background-color: #4DE2BC;
}
</style>
border-color css
<style>
span { border-color: #4DE2BC; }
span { border-color: rgb(77,226,188); }
td.TdClassName
{
border-color: #4DE2BC;
}
.TagClassName
{
border-color: #4DE2BC;
}
</style>