Shades of Turquoise #4DDDC8
Tints of Turquoise #4DDDC8
RGB
CMYK
RGB Variations
Color information
#4DDDC8 (or 0x4DDDC8) is known color: Turquoise. HEX triplet: 4D, DD and C8. RGB value is (77,221,200). Sum of RGB (Red+Green+Blue) = 77+221+200=498 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.46% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDDC8 is #B22237. Grayscale: #AFAFAF. Windows color (decimal): -11674168 or 13163853. OLE color: 13163853.
HSL color Cylindrical-coordinate representation of color #4DDDC8: hue angle of 171.25º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDDC8 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 200 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.13 |
| HSL | 171.25º | 0.68% | 0.58% | - |
| HSV(B) | 171.25º | 0.65% | 0.87% | - |
| XYZ | 39.34 | 57.46 | 63.66 | - |
| YUV | 175.55 | 141.79 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 200 | 0.65 | 0 | 0.10 | 0.13 | 171.25 | 0.68 | 0.58 |
| Hex | 4D | DD | C8 | 41 | 0 | A | D | AB | 44 | 3A |
| Octal | 115 | 335 | 310 | 101 | 0 | 12 | 15 | 253 | 104 | 72 |
| Binary | 1001101 | 11011101 | 11001000 | 1000001 | 0 | 1010 | 1101 | 10101011 | 1000100 | 111010 |
Color Harmonies of #4DDDC8
Complementary color
Monochromatic Colors of #4DDDC8
Black with #4DDDC8
Text Example
Text Example
White with #4DDDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDDC8; }
p { color: rgb(77,221,200); }
H1.HeaderClassName
{
color: #4DDDC8;
}
.AnyTagClassName
{
color: #4DDDC8;
}
</style>
background-color css
<style>
a { background-color: #4DDDC8; }
a { background-color: rgb(77,221,200); }
div.DivClassName
{
background-color: #4DDDC8;
}
.BgClassName
{
background-color: #4DDDC8;
}
</style>
border-color css
<style>
span { border-color: #4DDDC8; }
span { border-color: rgb(77,221,200); }
td.TdClassName
{
border-color: #4DDDC8;
}
.TagClassName
{
border-color: #4DDDC8;
}
</style>