Shades of Turquoise #4DDCDE
Tints of Turquoise #4DDCDE
RGB
CMYK
RGB Variations
Color information
#4DDCDE (or 0x4DDCDE) is known color: Turquoise. HEX triplet: 4D, DC and DE. RGB value is (77,220,222). Sum of RGB (Red+Green+Blue) = 77+220+222=519 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.84% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #4DDCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDCDE is #B22321. Grayscale: #B1B1B1. Windows color (decimal): -11674402 or 14605389. OLE color: 14605389.
HSL color Cylindrical-coordinate representation of color #4DDCDE: hue angle of 180.83º 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 #4DDCDE is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 220 | 222 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.13 |
| HSL | 180.83º | 0.69% | 0.59% | - |
| HSV(B) | 180.83º | 0.65% | 0.87% | - |
| XYZ | 41.84 | 58.04 | 78.1 | - |
| YUV | 177.47 | 153.12 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 222 | 0.65 | 0.01 | 0 | 0.13 | 180.83 | 0.69 | 0.59 |
| Hex | 4D | DC | DE | 41 | 1 | 0 | D | B5 | 45 | 3B |
| Octal | 115 | 334 | 336 | 101 | 1 | 0 | 15 | 265 | 105 | 73 |
| Binary | 1001101 | 11011100 | 11011110 | 1000001 | 1 | 0 | 1101 | 10110101 | 1000101 | 111011 |
Color Harmonies of #4DDCDE
Complementary color
Monochromatic Colors of #4DDCDE
Black with #4DDCDE
Text Example
Text Example
White with #4DDCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDCDE; }
p { color: rgb(77,220,222); }
H1.HeaderClassName
{
color: #4DDCDE;
}
.AnyTagClassName
{
color: #4DDCDE;
}
</style>
background-color css
<style>
a { background-color: #4DDCDE; }
a { background-color: rgb(77,220,222); }
div.DivClassName
{
background-color: #4DDCDE;
}
.BgClassName
{
background-color: #4DDCDE;
}
</style>
border-color css
<style>
span { border-color: #4DDCDE; }
span { border-color: rgb(77,220,222); }
td.TdClassName
{
border-color: #4DDCDE;
}
.TagClassName
{
border-color: #4DDCDE;
}
</style>