Shades of Turquoise #4DE1C5
Tints of Turquoise #4DE1C5
RGB
CMYK
RGB Variations
Color information
#4DE1C5 (or 0x4DE1C5) is known color: Turquoise. HEX triplet: 4D, E1 and C5. RGB value is (77,225,197). Sum of RGB (Red+Green+Blue) = 77+225+197=499 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.43% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #4DE1C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DE1C5 is #B21E3A. Grayscale: #B1B1B1. Windows color (decimal): -11673147 or 12968269. OLE color: 12968269.
HSL color Cylindrical-coordinate representation of color #4DE1C5: hue angle of 168.65º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DE1C5 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 225 | 197 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.12 |
| HSL | 168.65º | 0.71% | 0.59% | - |
| HSV(B) | 168.65º | 0.66% | 0.88% | - |
| XYZ | 40.06 | 59.46 | 62.19 | - |
| YUV | 177.56 | 138.97 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 225 | 197 | 0.66 | 0 | 0.12 | 0.12 | 168.65 | 0.71 | 0.59 |
| Hex | 4D | E1 | C5 | 42 | 0 | C | C | A9 | 47 | 3B |
| Octal | 115 | 341 | 305 | 102 | 0 | 14 | 14 | 251 | 107 | 73 |
| Binary | 1001101 | 11100001 | 11000101 | 1000010 | 0 | 1100 | 1100 | 10101001 | 1000111 | 111011 |
Color Harmonies of #4DE1C5
Complementary color
Monochromatic Colors of #4DE1C5
Black with #4DE1C5
Text Example
Text Example
White with #4DE1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE1C5; }
p { color: rgb(77,225,197); }
H1.HeaderClassName
{
color: #4DE1C5;
}
.AnyTagClassName
{
color: #4DE1C5;
}
</style>
background-color css
<style>
a { background-color: #4DE1C5; }
a { background-color: rgb(77,225,197); }
div.DivClassName
{
background-color: #4DE1C5;
}
.BgClassName
{
background-color: #4DE1C5;
}
</style>
border-color css
<style>
span { border-color: #4DE1C5; }
span { border-color: rgb(77,225,197); }
td.TdClassName
{
border-color: #4DE1C5;
}
.TagClassName
{
border-color: #4DE1C5;
}
</style>