Shades of Turquoise #4DDDCD
Tints of Turquoise #4DDDCD
RGB
CMYK
RGB Variations
Color information
#4DDDCD (or 0x4DDDCD) is known color: Turquoise. HEX triplet: 4D, DD and CD. RGB value is (77,221,205). Sum of RGB (Red+Green+Blue) = 77+221+205=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDDCD is #B22232. Grayscale: #B0B0B0. Windows color (decimal): -11674163 or 13491533. OLE color: 13491533.
HSL color Cylindrical-coordinate representation of color #4DDDCD: hue angle of 173.33º 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 #4DDDCD is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 205 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.13 |
| HSL | 173.33º | 0.68% | 0.58% | - |
| HSV(B) | 173.33º | 0.65% | 0.87% | - |
| XYZ | 39.94 | 57.7 | 66.79 | - |
| YUV | 176.12 | 144.29 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 205 | 0.65 | 0 | 0.07 | 0.13 | 173.33 | 0.68 | 0.58 |
| Hex | 4D | DD | CD | 41 | 0 | 7 | D | AD | 44 | 3A |
| Octal | 115 | 335 | 315 | 101 | 0 | 7 | 15 | 255 | 104 | 72 |
| Binary | 1001101 | 11011101 | 11001101 | 1000001 | 0 | 111 | 1101 | 10101101 | 1000100 | 111010 |
Color Harmonies of #4DDDCD
Complementary color
Monochromatic Colors of #4DDDCD
Black with #4DDDCD
Text Example
Text Example
White with #4DDDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDDCD; }
p { color: rgb(77,221,205); }
H1.HeaderClassName
{
color: #4DDDCD;
}
.AnyTagClassName
{
color: #4DDDCD;
}
</style>
background-color css
<style>
a { background-color: #4DDDCD; }
a { background-color: rgb(77,221,205); }
div.DivClassName
{
background-color: #4DDDCD;
}
.BgClassName
{
background-color: #4DDDCD;
}
</style>
border-color css
<style>
span { border-color: #4DDDCD; }
span { border-color: rgb(77,221,205); }
td.TdClassName
{
border-color: #4DDDCD;
}
.TagClassName
{
border-color: #4DDDCD;
}
</style>