Shades of Medium Turquoise #55DDCB
Tints of Medium Turquoise #55DDCB
RGB
CMYK
RGB Variations
Color information
#55DDCB (or 0x55DDCB) is known color: Medium Turquoise. HEX triplet: 55, DD and CB. RGB value is (85,221,203). Sum of RGB (Red+Green+Blue) = 85+221+203=509 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.70% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #55DDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DDCB is #AA2234. Grayscale: #B2B2B2. Windows color (decimal): -11149877 or 13360469. OLE color: 13360469.
HSL color Cylindrical-coordinate representation of color #55DDCB: hue angle of 172.06º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DDCB is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 221 | 203 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.13 |
| HSL | 172.06º | 0.67% | 0.6% | - |
| HSV(B) | 172.06º | 0.62% | 0.87% | - |
| XYZ | 40.38 | 57.96 | 65.56 | - |
| YUV | 178.28 | 141.94 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 203 | 0.62 | 0 | 0.08 | 0.13 | 172.06 | 0.67 | 0.6 |
| Hex | 55 | DD | CB | 3E | 0 | 8 | D | AC | 43 | 3C |
| Octal | 125 | 335 | 313 | 76 | 0 | 10 | 15 | 254 | 103 | 74 |
| Binary | 1010101 | 11011101 | 11001011 | 111110 | 0 | 1000 | 1101 | 10101100 | 1000011 | 111100 |
Color Harmonies of #55DDCB
Complementary color
Monochromatic Colors of #55DDCB
Black with #55DDCB
Text Example
Text Example
White with #55DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DDCB; }
p { color: rgb(85,221,203); }
H1.HeaderClassName
{
color: #55DDCB;
}
.AnyTagClassName
{
color: #55DDCB;
}
</style>
background-color css
<style>
a { background-color: #55DDCB; }
a { background-color: rgb(85,221,203); }
div.DivClassName
{
background-color: #55DDCB;
}
.BgClassName
{
background-color: #55DDCB;
}
</style>
border-color css
<style>
span { border-color: #55DDCB; }
span { border-color: rgb(85,221,203); }
td.TdClassName
{
border-color: #55DDCB;
}
.TagClassName
{
border-color: #55DDCB;
}
</style>