Shades of Medium Turquoise #55DACC
Tints of Medium Turquoise #55DACC
RGB
CMYK
RGB Variations
Color information
#55DACC (or 0x55DACC) is known color: Medium Turquoise. HEX triplet: 55, DA and CC. RGB value is (85,218,204). Sum of RGB (Red+Green+Blue) = 85+218+204=507 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.77% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #55DACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DACC is #AA2533. Grayscale: #B0B0B0. Windows color (decimal): -11150644 or 13425237. OLE color: 13425237.
HSL color Cylindrical-coordinate representation of color #55DACC: hue angle of 173.68º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DACC is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 204 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.15 |
| HSL | 173.68º | 0.64% | 0.59% | - |
| HSV(B) | 173.68º | 0.61% | 0.85% | - |
| XYZ | 39.72 | 56.43 | 65.93 | - |
| YUV | 176.64 | 143.44 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 204 | 0.61 | 0 | 0.06 | 0.15 | 173.68 | 0.64 | 0.59 |
| Hex | 55 | DA | CC | 3D | 0 | 6 | F | AE | 40 | 3B |
| Octal | 125 | 332 | 314 | 75 | 0 | 6 | 17 | 256 | 100 | 73 |
| Binary | 1010101 | 11011010 | 11001100 | 111101 | 0 | 110 | 1111 | 10101110 | 1000000 | 111011 |
Color Harmonies of #55DACC
Complementary color
Monochromatic Colors of #55DACC
Black with #55DACC
Text Example
Text Example
White with #55DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DACC; }
p { color: rgb(85,218,204); }
H1.HeaderClassName
{
color: #55DACC;
}
.AnyTagClassName
{
color: #55DACC;
}
</style>
background-color css
<style>
a { background-color: #55DACC; }
a { background-color: rgb(85,218,204); }
div.DivClassName
{
background-color: #55DACC;
}
.BgClassName
{
background-color: #55DACC;
}
</style>
border-color css
<style>
span { border-color: #55DACC; }
span { border-color: rgb(85,218,204); }
td.TdClassName
{
border-color: #55DACC;
}
.TagClassName
{
border-color: #55DACC;
}
</style>