Shades of Turquoise #4DDDD6
Tints of Turquoise #4DDDD6
RGB
CMYK
RGB Variations
Color information
#4DDDD6 (or 0x4DDDD6) is known color: Turquoise. HEX triplet: 4D, DD and D6. RGB value is (77,221,214). Sum of RGB (Red+Green+Blue) = 77+221+214=512 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.04% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDDD6 is #B22229. Grayscale: #B1B1B1. Windows color (decimal): -11674154 or 14081357. OLE color: 14081357.
HSL color Cylindrical-coordinate representation of color #4DDDD6: hue angle of 177.08º 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 #4DDDD6 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 214 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.13 |
| HSL | 177.08º | 0.68% | 0.58% | - |
| HSV(B) | 177.08º | 0.65% | 0.87% | - |
| XYZ | 41.05 | 58.15 | 72.68 | - |
| YUV | 177.15 | 148.79 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 214 | 0.65 | 0 | 0.03 | 0.13 | 177.08 | 0.68 | 0.58 |
| Hex | 4D | DD | D6 | 41 | 0 | 3 | D | B1 | 44 | 3A |
| Octal | 115 | 335 | 326 | 101 | 0 | 3 | 15 | 261 | 104 | 72 |
| Binary | 1001101 | 11011101 | 11010110 | 1000001 | 0 | 11 | 1101 | 10110001 | 1000100 | 111010 |
Color Harmonies of #4DDDD6
Complementary color
Monochromatic Colors of #4DDDD6
Black with #4DDDD6
Text Example
Text Example
White with #4DDDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDDD6; }
p { color: rgb(77,221,214); }
H1.HeaderClassName
{
color: #4DDDD6;
}
.AnyTagClassName
{
color: #4DDDD6;
}
</style>
background-color css
<style>
a { background-color: #4DDDD6; }
a { background-color: rgb(77,221,214); }
div.DivClassName
{
background-color: #4DDDD6;
}
.BgClassName
{
background-color: #4DDDD6;
}
</style>
border-color css
<style>
span { border-color: #4DDDD6; }
span { border-color: rgb(77,221,214); }
td.TdClassName
{
border-color: #4DDDD6;
}
.TagClassName
{
border-color: #4DDDD6;
}
</style>