Shades of Turquoise #4DDEC0
Tints of Turquoise #4DDEC0
RGB
CMYK
RGB Variations
Color information
#4DDEC0 (or 0x4DDEC0) is known color: Turquoise. HEX triplet: 4D, DE and C0. RGB value is (77,222,192). Sum of RGB (Red+Green+Blue) = 77+222+192=491 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.68% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #4DDEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDEC0 is #B2213F. Grayscale: #AFAFAF. Windows color (decimal): -11673920 or 12639821. OLE color: 12639821.
HSL color Cylindrical-coordinate representation of color #4DDEC0: hue angle of 167.59º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDEC0 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 222 | 192 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.13 |
| HSL | 167.59º | 0.69% | 0.59% | - |
| HSV(B) | 167.59º | 0.65% | 0.87% | - |
| XYZ | 38.7 | 57.63 | 58.95 | - |
| YUV | 175.23 | 137.46 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 222 | 192 | 0.65 | 0 | 0.14 | 0.13 | 167.59 | 0.69 | 0.59 |
| Hex | 4D | DE | C0 | 41 | 0 | E | D | A8 | 45 | 3B |
| Octal | 115 | 336 | 300 | 101 | 0 | 16 | 15 | 250 | 105 | 73 |
| Binary | 1001101 | 11011110 | 11000000 | 1000001 | 0 | 1110 | 1101 | 10101000 | 1000101 | 111011 |
Color Harmonies of #4DDEC0
Complementary color
Monochromatic Colors of #4DDEC0
Black with #4DDEC0
Text Example
Text Example
White with #4DDEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDEC0; }
p { color: rgb(77,222,192); }
H1.HeaderClassName
{
color: #4DDEC0;
}
.AnyTagClassName
{
color: #4DDEC0;
}
</style>
background-color css
<style>
a { background-color: #4DDEC0; }
a { background-color: rgb(77,222,192); }
div.DivClassName
{
background-color: #4DDEC0;
}
.BgClassName
{
background-color: #4DDEC0;
}
</style>
border-color css
<style>
span { border-color: #4DDEC0; }
span { border-color: rgb(77,222,192); }
td.TdClassName
{
border-color: #4DDEC0;
}
.TagClassName
{
border-color: #4DDEC0;
}
</style>