Shades of Turquoise #4DDCE4
Tints of Turquoise #4DDCE4
RGB
CMYK
RGB Variations
Color information
#4DDCE4 (or 0x4DDCE4) is known color: Turquoise. HEX triplet: 4D, DC and E4. RGB value is (77,220,228). Sum of RGB (Red+Green+Blue) = 77+220+228=525 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.67% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 228 (89.45% from 255 or 43.43% from 525); Max value from RGB is 228 - color contains mainly: blue. Hex color #4DDCE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDCE4 is #B2231B. Grayscale: #B1B1B1. Windows color (decimal): -11674396 or 14998605. OLE color: 14998605.
HSL color Cylindrical-coordinate representation of color #4DDCE4: hue angle of 183.18º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DDCE4 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 77 | 220 | 228 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.11 |
| HSL | 183.18º | 0.74% | 0.6% | - |
| HSV(B) | 183.18º | 0.66% | 0.89% | - |
| XYZ | 42.66 | 58.37 | 82.42 | - |
| YUV | 178.16 | 156.12 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 228 | 0.66 | 0.04 | 0 | 0.11 | 183.18 | 0.74 | 0.6 |
| Hex | 4D | DC | E4 | 42 | 4 | 0 | B | B7 | 4A | 3C |
| Octal | 115 | 334 | 344 | 102 | 4 | 0 | 13 | 267 | 112 | 74 |
| Binary | 1001101 | 11011100 | 11100100 | 1000010 | 100 | 0 | 1011 | 10110111 | 1001010 | 111100 |
Color Harmonies of #4DDCE4
Complementary color
Monochromatic Colors of #4DDCE4
Black with #4DDCE4
Text Example
Text Example
White with #4DDCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDCE4; }
p { color: rgb(77,220,228); }
H1.HeaderClassName
{
color: #4DDCE4;
}
.AnyTagClassName
{
color: #4DDCE4;
}
</style>
background-color css
<style>
a { background-color: #4DDCE4; }
a { background-color: rgb(77,220,228); }
div.DivClassName
{
background-color: #4DDCE4;
}
.BgClassName
{
background-color: #4DDCE4;
}
</style>
border-color css
<style>
span { border-color: #4DDCE4; }
span { border-color: rgb(77,220,228); }
td.TdClassName
{
border-color: #4DDCE4;
}
.TagClassName
{
border-color: #4DDCE4;
}
</style>