Shades of Medium Turquoise #55DBCB
Tints of Medium Turquoise #55DBCB
RGB
CMYK
RGB Variations
Color information
#55DBCB (or 0x55DBCB) is known color: Medium Turquoise. HEX triplet: 55, DB and CB. RGB value is (85,219,203). Sum of RGB (Red+Green+Blue) = 85+219+203=507 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.77% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #55DBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DBCB is #AA2434. Grayscale: #B1B1B1. Windows color (decimal): -11150389 or 13359957. OLE color: 13359957.
HSL color Cylindrical-coordinate representation of color #55DBCB: hue angle of 172.84º degrees, saturation: 0.65, 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 #55DBCB is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 219 | 203 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.14 |
| HSL | 172.84º | 0.65% | 0.6% | - |
| HSV(B) | 172.84º | 0.61% | 0.86% | - |
| XYZ | 39.86 | 56.91 | 65.38 | - |
| YUV | 177.11 | 142.61 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 219 | 203 | 0.61 | 0 | 0.07 | 0.14 | 172.84 | 0.65 | 0.6 |
| Hex | 55 | DB | CB | 3D | 0 | 7 | E | AD | 41 | 3C |
| Octal | 125 | 333 | 313 | 75 | 0 | 7 | 16 | 255 | 101 | 74 |
| Binary | 1010101 | 11011011 | 11001011 | 111101 | 0 | 111 | 1110 | 10101101 | 1000001 | 111100 |
Color Harmonies of #55DBCB
Complementary color
Monochromatic Colors of #55DBCB
Black with #55DBCB
Text Example
Text Example
White with #55DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DBCB; }
p { color: rgb(85,219,203); }
H1.HeaderClassName
{
color: #55DBCB;
}
.AnyTagClassName
{
color: #55DBCB;
}
</style>
background-color css
<style>
a { background-color: #55DBCB; }
a { background-color: rgb(85,219,203); }
div.DivClassName
{
background-color: #55DBCB;
}
.BgClassName
{
background-color: #55DBCB;
}
</style>
border-color css
<style>
span { border-color: #55DBCB; }
span { border-color: rgb(85,219,203); }
td.TdClassName
{
border-color: #55DBCB;
}
.TagClassName
{
border-color: #55DBCB;
}
</style>