Shades of Turquoise #4DDFDC
Tints of Turquoise #4DDFDC
RGB
CMYK
RGB Variations
Color information
#4DDFDC (or 0x4DDFDC) is known color: Turquoise. HEX triplet: 4D, DF and DC. RGB value is (77,223,220). Sum of RGB (Red+Green+Blue) = 77+223+220=520 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.81% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDFDC is #B22023. Grayscale: #B2B2B2. Windows color (decimal): -11673636 or 14475085. OLE color: 14475085.
HSL color Cylindrical-coordinate representation of color #4DDFDC: hue angle of 178.77º degrees, saturation: 0.7, 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 #4DDFDC is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 223 | 220 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.13 |
| HSL | 178.77º | 0.7% | 0.59% | - |
| HSV(B) | 178.77º | 0.65% | 0.87% | - |
| XYZ | 42.37 | 59.52 | 76.97 | - |
| YUV | 179 | 151.13 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 220 | 0.65 | 0 | 0.01 | 0.13 | 178.77 | 0.7 | 0.59 |
| Hex | 4D | DF | DC | 41 | 0 | 1 | D | B3 | 46 | 3B |
| Octal | 115 | 337 | 334 | 101 | 0 | 1 | 15 | 263 | 106 | 73 |
| Binary | 1001101 | 11011111 | 11011100 | 1000001 | 0 | 1 | 1101 | 10110011 | 1000110 | 111011 |
Color Harmonies of #4DDFDC
Complementary color
Monochromatic Colors of #4DDFDC
Black with #4DDFDC
Text Example
Text Example
White with #4DDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDFDC; }
p { color: rgb(77,223,220); }
H1.HeaderClassName
{
color: #4DDFDC;
}
.AnyTagClassName
{
color: #4DDFDC;
}
</style>
background-color css
<style>
a { background-color: #4DDFDC; }
a { background-color: rgb(77,223,220); }
div.DivClassName
{
background-color: #4DDFDC;
}
.BgClassName
{
background-color: #4DDFDC;
}
</style>
border-color css
<style>
span { border-color: #4DDFDC; }
span { border-color: rgb(77,223,220); }
td.TdClassName
{
border-color: #4DDFDC;
}
.TagClassName
{
border-color: #4DDFDC;
}
</style>