Shades of Medium Turquoise #55DCDC
Tints of Medium Turquoise #55DCDC
RGB
CMYK
RGB Variations
Color information
#55DCDC (or 0x55DCDC) is known color: Medium Turquoise. HEX triplet: 55, DC and DC. RGB value is (85,220,220). Sum of RGB (Red+Green+Blue) = 85+220+220=525 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.19% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #55DCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DCDC is #AA2323. Grayscale: #B3B3B3. Windows color (decimal): -11150116 or 14474325. OLE color: 14474325.
HSL color Cylindrical-coordinate representation of color #55DCDC: hue angle of 180º 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 #55DCDC is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 220 | 220 | - |
| CMYK | 0.61 | 0 | 0 | 0.14 |
| HSL | 180º | 0.66% | 0.6% | - |
| HSV(B) | 180º | 0.61% | 0.86% | - |
| XYZ | 42.26 | 58.29 | 76.73 | - |
| YUV | 179.64 | 150.77 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 220 | 0.61 | 0 | 0 | 0.14 | 180 | 0.66 | 0.6 |
| Hex | 55 | DC | DC | 3D | 0 | 0 | E | B4 | 42 | 3C |
| Octal | 125 | 334 | 334 | 75 | 0 | 0 | 16 | 264 | 102 | 74 |
| Binary | 1010101 | 11011100 | 11011100 | 111101 | 0 | 0 | 1110 | 10110100 | 1000010 | 111100 |
Color Harmonies of #55DCDC
Complementary color
Monochromatic Colors of #55DCDC
Black with #55DCDC
Text Example
Text Example
White with #55DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DCDC; }
p { color: rgb(85,220,220); }
H1.HeaderClassName
{
color: #55DCDC;
}
.AnyTagClassName
{
color: #55DCDC;
}
</style>
background-color css
<style>
a { background-color: #55DCDC; }
a { background-color: rgb(85,220,220); }
div.DivClassName
{
background-color: #55DCDC;
}
.BgClassName
{
background-color: #55DCDC;
}
</style>
border-color css
<style>
span { border-color: #55DCDC; }
span { border-color: rgb(85,220,220); }
td.TdClassName
{
border-color: #55DCDC;
}
.TagClassName
{
border-color: #55DCDC;
}
</style>