Shades of Medium Turquoise #55DBCD
Tints of Medium Turquoise #55DBCD
RGB
CMYK
RGB Variations
Color information
#55DBCD (or 0x55DBCD) is known color: Medium Turquoise. HEX triplet: 55, DB and CD. RGB value is (85,219,205). Sum of RGB (Red+Green+Blue) = 85+219+205=509 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.70% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #55DBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DBCD is #AA2432. Grayscale: #B1B1B1. Windows color (decimal): -11150387 or 13491029. OLE color: 13491029.
HSL color Cylindrical-coordinate representation of color #55DBCD: hue angle of 173.73º 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 #55DBCD is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 219 | 205 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.14 |
| HSL | 173.73º | 0.65% | 0.6% | - |
| HSV(B) | 173.73º | 0.61% | 0.86% | - |
| XYZ | 40.1 | 57 | 66.65 | - |
| YUV | 177.34 | 143.61 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 219 | 205 | 0.61 | 0 | 0.06 | 0.14 | 173.73 | 0.65 | 0.6 |
| Hex | 55 | DB | CD | 3D | 0 | 6 | E | AE | 41 | 3C |
| Octal | 125 | 333 | 315 | 75 | 0 | 6 | 16 | 256 | 101 | 74 |
| Binary | 1010101 | 11011011 | 11001101 | 111101 | 0 | 110 | 1110 | 10101110 | 1000001 | 111100 |
Color Harmonies of #55DBCD
Complementary color
Monochromatic Colors of #55DBCD
Black with #55DBCD
Text Example
Text Example
White with #55DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DBCD; }
p { color: rgb(85,219,205); }
H1.HeaderClassName
{
color: #55DBCD;
}
.AnyTagClassName
{
color: #55DBCD;
}
</style>
background-color css
<style>
a { background-color: #55DBCD; }
a { background-color: rgb(85,219,205); }
div.DivClassName
{
background-color: #55DBCD;
}
.BgClassName
{
background-color: #55DBCD;
}
</style>
border-color css
<style>
span { border-color: #55DBCD; }
span { border-color: rgb(85,219,205); }
td.TdClassName
{
border-color: #55DBCD;
}
.TagClassName
{
border-color: #55DBCD;
}
</style>