Shades of Turquoise #4DDDD4
Tints of Turquoise #4DDDD4
RGB
CMYK
RGB Variations
Color information
#4DDDD4 (or 0x4DDDD4) is known color: Turquoise. HEX triplet: 4D, DD and D4. RGB value is (77,221,212). Sum of RGB (Red+Green+Blue) = 77+221+212=510 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.10% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDDD4 is #B2222B. Grayscale: #B0B0B0. Windows color (decimal): -11674156 or 13950285. OLE color: 13950285.
HSL color Cylindrical-coordinate representation of color #4DDDD4: hue angle of 176.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 #4DDDD4 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 212 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.13 |
| HSL | 176.25º | 0.68% | 0.58% | - |
| HSV(B) | 176.25º | 0.65% | 0.87% | - |
| XYZ | 40.8 | 58.04 | 71.34 | - |
| YUV | 176.92 | 147.79 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 212 | 0.65 | 0 | 0.04 | 0.13 | 176.25 | 0.68 | 0.58 |
| Hex | 4D | DD | D4 | 41 | 0 | 4 | D | B0 | 44 | 3A |
| Octal | 115 | 335 | 324 | 101 | 0 | 4 | 15 | 260 | 104 | 72 |
| Binary | 1001101 | 11011101 | 11010100 | 1000001 | 0 | 100 | 1101 | 10110000 | 1000100 | 111010 |
Color Harmonies of #4DDDD4
Complementary color
Monochromatic Colors of #4DDDD4
Black with #4DDDD4
Text Example
Text Example
White with #4DDDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDDD4; }
p { color: rgb(77,221,212); }
H1.HeaderClassName
{
color: #4DDDD4;
}
.AnyTagClassName
{
color: #4DDDD4;
}
</style>
background-color css
<style>
a { background-color: #4DDDD4; }
a { background-color: rgb(77,221,212); }
div.DivClassName
{
background-color: #4DDDD4;
}
.BgClassName
{
background-color: #4DDDD4;
}
</style>
border-color css
<style>
span { border-color: #4DDDD4; }
span { border-color: rgb(77,221,212); }
td.TdClassName
{
border-color: #4DDDD4;
}
.TagClassName
{
border-color: #4DDDD4;
}
</style>