Shades of Medium Turquoise #55DACB
Tints of Medium Turquoise #55DACB
RGB
CMYK
RGB Variations
Color information
#55DACB (or 0x55DACB) is known color: Medium Turquoise. HEX triplet: 55, DA and CB. RGB value is (85,218,203). Sum of RGB (Red+Green+Blue) = 85+218+203=506 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.80% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #55DACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DACB is #AA2534. Grayscale: #B0B0B0. Windows color (decimal): -11150645 or 13359701. OLE color: 13359701.
HSL color Cylindrical-coordinate representation of color #55DACB: hue angle of 173.23º 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 #55DACB is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 203 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.15 |
| HSL | 173.23º | 0.64% | 0.59% | - |
| HSV(B) | 173.23º | 0.61% | 0.85% | - |
| XYZ | 39.6 | 56.39 | 65.3 | - |
| YUV | 176.52 | 142.94 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 203 | 0.61 | 0 | 0.07 | 0.15 | 173.23 | 0.64 | 0.59 |
| Hex | 55 | DA | CB | 3D | 0 | 7 | F | AD | 40 | 3B |
| Octal | 125 | 332 | 313 | 75 | 0 | 7 | 17 | 255 | 100 | 73 |
| Binary | 1010101 | 11011010 | 11001011 | 111101 | 0 | 111 | 1111 | 10101101 | 1000000 | 111011 |
Color Harmonies of #55DACB
Complementary color
Monochromatic Colors of #55DACB
Black with #55DACB
Text Example
Text Example
White with #55DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DACB; }
p { color: rgb(85,218,203); }
H1.HeaderClassName
{
color: #55DACB;
}
.AnyTagClassName
{
color: #55DACB;
}
</style>
background-color css
<style>
a { background-color: #55DACB; }
a { background-color: rgb(85,218,203); }
div.DivClassName
{
background-color: #55DACB;
}
.BgClassName
{
background-color: #55DACB;
}
</style>
border-color css
<style>
span { border-color: #55DACB; }
span { border-color: rgb(85,218,203); }
td.TdClassName
{
border-color: #55DACB;
}
.TagClassName
{
border-color: #55DACB;
}
</style>