Shades of Turquoise #4DDDC3
Tints of Turquoise #4DDDC3
RGB
CMYK
RGB Variations
Color information
#4DDDC3 (or 0x4DDDC3) is known color: Turquoise. HEX triplet: 4D, DD and C3. RGB value is (77,221,195). Sum of RGB (Red+Green+Blue) = 77+221+195=493 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.62% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 195 (76.56% from 255 or 39.55% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDDC3 is #B2223C. Grayscale: #AEAEAE. Windows color (decimal): -11674173 or 12836173. OLE color: 12836173.
HSL color Cylindrical-coordinate representation of color #4DDDC3: hue angle of 169.17º 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 #4DDDC3 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 195 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.13 |
| HSL | 169.17º | 0.68% | 0.58% | - |
| HSV(B) | 169.17º | 0.65% | 0.87% | - |
| XYZ | 38.77 | 57.23 | 60.63 | - |
| YUV | 174.98 | 139.29 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 195 | 0.65 | 0 | 0.12 | 0.13 | 169.17 | 0.68 | 0.58 |
| Hex | 4D | DD | C3 | 41 | 0 | C | D | A9 | 44 | 3A |
| Octal | 115 | 335 | 303 | 101 | 0 | 14 | 15 | 251 | 104 | 72 |
| Binary | 1001101 | 11011101 | 11000011 | 1000001 | 0 | 1100 | 1101 | 10101001 | 1000100 | 111010 |
Color Harmonies of #4DDDC3
Complementary color
Monochromatic Colors of #4DDDC3
Black with #4DDDC3
Text Example
Text Example
White with #4DDDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDDC3; }
p { color: rgb(77,221,195); }
H1.HeaderClassName
{
color: #4DDDC3;
}
.AnyTagClassName
{
color: #4DDDC3;
}
</style>
background-color css
<style>
a { background-color: #4DDDC3; }
a { background-color: rgb(77,221,195); }
div.DivClassName
{
background-color: #4DDDC3;
}
.BgClassName
{
background-color: #4DDDC3;
}
</style>
border-color css
<style>
span { border-color: #4DDDC3; }
span { border-color: rgb(77,221,195); }
td.TdClassName
{
border-color: #4DDDC3;
}
.TagClassName
{
border-color: #4DDDC3;
}
</style>