Shades of Turquoise #4DDEDD
Tints of Turquoise #4DDEDD
RGB
CMYK
RGB Variations
Color information
#4DDEDD (or 0x4DDEDD) is known color: Turquoise. HEX triplet: 4D, DE and DD. RGB value is (77,222,221). Sum of RGB (Red+Green+Blue) = 77+222+221=520 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.81% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #4DDEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDEDD is #B22122. Grayscale: #B2B2B2. Windows color (decimal): -11673891 or 14540365. OLE color: 14540365.
HSL color Cylindrical-coordinate representation of color #4DDEDD: hue angle of 179.59º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDEDD is Cyan = 0.65, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 222 | 221 | - |
| CMYK | 0.65 | 0 | 0.00 | 0.13 |
| HSL | 179.59º | 0.69% | 0.59% | - |
| HSV(B) | 179.59º | 0.65% | 0.87% | - |
| XYZ | 42.23 | 59.04 | 77.58 | - |
| YUV | 178.53 | 151.96 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 222 | 221 | 0.65 | 0 | 0.00 | 0.13 | 179.59 | 0.69 | 0.59 |
| Hex | 4D | DE | DD | 41 | 0 | 0 | D | B4 | 45 | 3B |
| Octal | 115 | 336 | 335 | 101 | 0 | 0 | 15 | 264 | 105 | 73 |
| Binary | 1001101 | 11011110 | 11011101 | 1000001 | 0 | 0 | 1101 | 10110100 | 1000101 | 111011 |
Color Harmonies of #4DDEDD
Complementary color
Monochromatic Colors of #4DDEDD
Black with #4DDEDD
Text Example
Text Example
White with #4DDEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDEDD; }
p { color: rgb(77,222,221); }
H1.HeaderClassName
{
color: #4DDEDD;
}
.AnyTagClassName
{
color: #4DDEDD;
}
</style>
background-color css
<style>
a { background-color: #4DDEDD; }
a { background-color: rgb(77,222,221); }
div.DivClassName
{
background-color: #4DDEDD;
}
.BgClassName
{
background-color: #4DDEDD;
}
</style>
border-color css
<style>
span { border-color: #4DDEDD; }
span { border-color: rgb(77,222,221); }
td.TdClassName
{
border-color: #4DDEDD;
}
.TagClassName
{
border-color: #4DDEDD;
}
</style>