Shades of Medium Turquoise #55DBDB
Tints of Medium Turquoise #55DBDB
RGB
CMYK
RGB Variations
Color information
#55DBDB (or 0x55DBDB) is known color: Medium Turquoise. HEX triplet: 55, DB and DB. RGB value is (85,219,219). Sum of RGB (Red+Green+Blue) = 85+219+219=523 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.25% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #55DBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DBDB is #AA2424. Grayscale: #B2B2B2. Windows color (decimal): -11150373 or 14408533. OLE color: 14408533.
HSL color Cylindrical-coordinate representation of color #55DBDB: hue angle of 180º 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 #55DBDB is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 219 | 219 | - |
| CMYK | 0.61 | 0 | 0 | 0.14 |
| HSL | 180º | 0.65% | 0.6% | - |
| HSV(B) | 180º | 0.61% | 0.86% | - |
| XYZ | 41.86 | 57.71 | 75.95 | - |
| YUV | 178.93 | 150.61 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 219 | 219 | 0.61 | 0 | 0 | 0.14 | 180 | 0.65 | 0.6 |
| Hex | 55 | DB | DB | 3D | 0 | 0 | E | B4 | 41 | 3C |
| Octal | 125 | 333 | 333 | 75 | 0 | 0 | 16 | 264 | 101 | 74 |
| Binary | 1010101 | 11011011 | 11011011 | 111101 | 0 | 0 | 1110 | 10110100 | 1000001 | 111100 |
Color Harmonies of #55DBDB
Complementary color
Monochromatic Colors of #55DBDB
Black with #55DBDB
Text Example
Text Example
White with #55DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DBDB; }
p { color: rgb(85,219,219); }
H1.HeaderClassName
{
color: #55DBDB;
}
.AnyTagClassName
{
color: #55DBDB;
}
</style>
background-color css
<style>
a { background-color: #55DBDB; }
a { background-color: rgb(85,219,219); }
div.DivClassName
{
background-color: #55DBDB;
}
.BgClassName
{
background-color: #55DBDB;
}
</style>
border-color css
<style>
span { border-color: #55DBDB; }
span { border-color: rgb(85,219,219); }
td.TdClassName
{
border-color: #55DBDB;
}
.TagClassName
{
border-color: #55DBDB;
}
</style>