Shades of Turquoise #4DE1D5
Tints of Turquoise #4DE1D5
RGB
CMYK
RGB Variations
Color information
#4DE1D5 (or 0x4DE1D5) is known color: Turquoise. HEX triplet: 4D, E1 and D5. RGB value is (77,225,213). Sum of RGB (Red+Green+Blue) = 77+225+213=515 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.95% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #4DE1D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DE1D5 is #B21E2A. Grayscale: #B3B3B3. Windows color (decimal): -11673131 or 14016845. OLE color: 14016845.
HSL color Cylindrical-coordinate representation of color #4DE1D5: hue angle of 175.14º 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 #4DE1D5 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 225 | 213 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.12 |
| HSL | 175.14º | 0.71% | 0.59% | - |
| HSV(B) | 175.14º | 0.66% | 0.88% | - |
| XYZ | 42 | 60.23 | 72.36 | - |
| YUV | 179.38 | 146.97 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 225 | 213 | 0.66 | 0 | 0.05 | 0.12 | 175.14 | 0.71 | 0.59 |
| Hex | 4D | E1 | D5 | 42 | 0 | 5 | C | AF | 47 | 3B |
| Octal | 115 | 341 | 325 | 102 | 0 | 5 | 14 | 257 | 107 | 73 |
| Binary | 1001101 | 11100001 | 11010101 | 1000010 | 0 | 101 | 1100 | 10101111 | 1000111 | 111011 |
Color Harmonies of #4DE1D5
Complementary color
Monochromatic Colors of #4DE1D5
Black with #4DE1D5
Text Example
Text Example
White with #4DE1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE1D5; }
p { color: rgb(77,225,213); }
H1.HeaderClassName
{
color: #4DE1D5;
}
.AnyTagClassName
{
color: #4DE1D5;
}
</style>
background-color css
<style>
a { background-color: #4DE1D5; }
a { background-color: rgb(77,225,213); }
div.DivClassName
{
background-color: #4DE1D5;
}
.BgClassName
{
background-color: #4DE1D5;
}
</style>
border-color css
<style>
span { border-color: #4DE1D5; }
span { border-color: rgb(77,225,213); }
td.TdClassName
{
border-color: #4DE1D5;
}
.TagClassName
{
border-color: #4DE1D5;
}
</style>