Shades of Turquoise #4DE0C8
Tints of Turquoise #4DE0C8
RGB
CMYK
RGB Variations
Color information
#4DE0C8 (or 0x4DE0C8) is known color: Turquoise. HEX triplet: 4D, E0 and C8. RGB value is (77,224,200). Sum of RGB (Red+Green+Blue) = 77+224+200=501 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.37% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 224 - color contains mainly: green. Hex color #4DE0C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DE0C8 is #B21F37. Grayscale: #B1B1B1. Windows color (decimal): -11673400 or 13164621. OLE color: 13164621.
HSL color Cylindrical-coordinate representation of color #4DE0C8: hue angle of 170.2º degrees, saturation: 0.7, 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 #4DE0C8 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 224 | 200 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.12 |
| HSL | 170.2º | 0.7% | 0.59% | - |
| HSV(B) | 170.2º | 0.66% | 0.88% | - |
| XYZ | 40.14 | 59.06 | 63.93 | - |
| YUV | 177.31 | 140.8 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 224 | 200 | 0.66 | 0 | 0.11 | 0.12 | 170.2 | 0.7 | 0.59 |
| Hex | 4D | E0 | C8 | 42 | 0 | B | C | AA | 46 | 3B |
| Octal | 115 | 340 | 310 | 102 | 0 | 13 | 14 | 252 | 106 | 73 |
| Binary | 1001101 | 11100000 | 11001000 | 1000010 | 0 | 1011 | 1100 | 10101010 | 1000110 | 111011 |
Color Harmonies of #4DE0C8
Complementary color
Monochromatic Colors of #4DE0C8
Black with #4DE0C8
Text Example
Text Example
White with #4DE0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE0C8; }
p { color: rgb(77,224,200); }
H1.HeaderClassName
{
color: #4DE0C8;
}
.AnyTagClassName
{
color: #4DE0C8;
}
</style>
background-color css
<style>
a { background-color: #4DE0C8; }
a { background-color: rgb(77,224,200); }
div.DivClassName
{
background-color: #4DE0C8;
}
.BgClassName
{
background-color: #4DE0C8;
}
</style>
border-color css
<style>
span { border-color: #4DE0C8; }
span { border-color: rgb(77,224,200); }
td.TdClassName
{
border-color: #4DE0C8;
}
.TagClassName
{
border-color: #4DE0C8;
}
</style>