Shades of Medium Turquoise #55DFDB
Tints of Medium Turquoise #55DFDB
RGB
CMYK
RGB Variations
Color information
#55DFDB (or 0x55DFDB) is known color: Medium Turquoise. HEX triplet: 55, DF and DB. RGB value is (85,223,219). Sum of RGB (Red+Green+Blue) = 85+223+219=527 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.13% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #55DFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DFDB is #AA2024. Grayscale: #B5B5B5. Windows color (decimal): -11149349 or 14409557. OLE color: 14409557.
HSL color Cylindrical-coordinate representation of color #55DFDB: hue angle of 178.26º degrees, saturation: 0.68, 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 #55DFDB is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 219 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.13 |
| HSL | 178.26º | 0.68% | 0.6% | - |
| HSV(B) | 178.26º | 0.62% | 0.87% | - |
| XYZ | 42.92 | 59.82 | 76.3 | - |
| YUV | 181.28 | 149.28 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 219 | 0.62 | 0 | 0.02 | 0.13 | 178.26 | 0.68 | 0.6 |
| Hex | 55 | DF | DB | 3E | 0 | 2 | D | B2 | 44 | 3C |
| Octal | 125 | 337 | 333 | 76 | 0 | 2 | 15 | 262 | 104 | 74 |
| Binary | 1010101 | 11011111 | 11011011 | 111110 | 0 | 10 | 1101 | 10110010 | 1000100 | 111100 |
Color Harmonies of #55DFDB
Complementary color
Monochromatic Colors of #55DFDB
Black with #55DFDB
Text Example
Text Example
White with #55DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DFDB; }
p { color: rgb(85,223,219); }
H1.HeaderClassName
{
color: #55DFDB;
}
.AnyTagClassName
{
color: #55DFDB;
}
</style>
background-color css
<style>
a { background-color: #55DFDB; }
a { background-color: rgb(85,223,219); }
div.DivClassName
{
background-color: #55DFDB;
}
.BgClassName
{
background-color: #55DFDB;
}
</style>
border-color css
<style>
span { border-color: #55DFDB; }
span { border-color: rgb(85,223,219); }
td.TdClassName
{
border-color: #55DFDB;
}
.TagClassName
{
border-color: #55DFDB;
}
</style>