Shades of Turquoise #4DDCE0
Tints of Turquoise #4DDCE0
RGB
CMYK
RGB Variations
Color information
#4DDCE0 (or 0x4DDCE0) is known color: Turquoise. HEX triplet: 4D, DC and E0. RGB value is (77,220,224). Sum of RGB (Red+Green+Blue) = 77+220+224=521 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.78% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #4DDCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDCE0 is #B2231F. Grayscale: #B1B1B1. Windows color (decimal): -11674400 or 14736461. OLE color: 14736461.
HSL color Cylindrical-coordinate representation of color #4DDCE0: hue angle of 181.63º 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 #4DDCE0 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 220 | 224 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.12 |
| HSL | 181.63º | 0.7% | 0.59% | - |
| HSV(B) | 181.63º | 0.66% | 0.88% | - |
| XYZ | 42.11 | 58.15 | 79.52 | - |
| YUV | 177.7 | 154.12 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 224 | 0.66 | 0.02 | 0 | 0.12 | 181.63 | 0.7 | 0.59 |
| Hex | 4D | DC | E0 | 42 | 2 | 0 | C | B6 | 46 | 3B |
| Octal | 115 | 334 | 340 | 102 | 2 | 0 | 14 | 266 | 106 | 73 |
| Binary | 1001101 | 11011100 | 11100000 | 1000010 | 10 | 0 | 1100 | 10110110 | 1000110 | 111011 |
Color Harmonies of #4DDCE0
Complementary color
Monochromatic Colors of #4DDCE0
Black with #4DDCE0
Text Example
Text Example
White with #4DDCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDCE0; }
p { color: rgb(77,220,224); }
H1.HeaderClassName
{
color: #4DDCE0;
}
.AnyTagClassName
{
color: #4DDCE0;
}
</style>
background-color css
<style>
a { background-color: #4DDCE0; }
a { background-color: rgb(77,220,224); }
div.DivClassName
{
background-color: #4DDCE0;
}
.BgClassName
{
background-color: #4DDCE0;
}
</style>
border-color css
<style>
span { border-color: #4DDCE0; }
span { border-color: rgb(77,220,224); }
td.TdClassName
{
border-color: #4DDCE0;
}
.TagClassName
{
border-color: #4DDCE0;
}
</style>