Shades of Medium Turquoise #55DCD4
Tints of Medium Turquoise #55DCD4
RGB
CMYK
RGB Variations
Color information
#55DCD4 (or 0x55DCD4) is known color: Medium Turquoise. HEX triplet: 55, DC and D4. RGB value is (85,220,212). Sum of RGB (Red+Green+Blue) = 85+220+212=517 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.44% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #55DCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DCD4 is #AA232B. Grayscale: #B2B2B2. Windows color (decimal): -11150124 or 13950037. OLE color: 13950037.
HSL color Cylindrical-coordinate representation of color #55DCD4: hue angle of 176.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DCD4 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 220 | 212 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.14 |
| HSL | 176.44º | 0.66% | 0.6% | - |
| HSV(B) | 176.44º | 0.61% | 0.86% | - |
| XYZ | 41.22 | 57.87 | 71.28 | - |
| YUV | 178.72 | 146.77 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 212 | 0.61 | 0 | 0.04 | 0.14 | 176.44 | 0.66 | 0.6 |
| Hex | 55 | DC | D4 | 3D | 0 | 4 | E | B0 | 42 | 3C |
| Octal | 125 | 334 | 324 | 75 | 0 | 4 | 16 | 260 | 102 | 74 |
| Binary | 1010101 | 11011100 | 11010100 | 111101 | 0 | 100 | 1110 | 10110000 | 1000010 | 111100 |
Color Harmonies of #55DCD4
Complementary color
Monochromatic Colors of #55DCD4
Black with #55DCD4
Text Example
Text Example
White with #55DCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DCD4; }
p { color: rgb(85,220,212); }
H1.HeaderClassName
{
color: #55DCD4;
}
.AnyTagClassName
{
color: #55DCD4;
}
</style>
background-color css
<style>
a { background-color: #55DCD4; }
a { background-color: rgb(85,220,212); }
div.DivClassName
{
background-color: #55DCD4;
}
.BgClassName
{
background-color: #55DCD4;
}
</style>
border-color css
<style>
span { border-color: #55DCD4; }
span { border-color: rgb(85,220,212); }
td.TdClassName
{
border-color: #55DCD4;
}
.TagClassName
{
border-color: #55DCD4;
}
</style>