Shades of Turquoise #55F4DB
Tints of Turquoise #55F4DB
RGB
CMYK
RGB Variations
Color information
#55F4DB (or 0x55F4DB) is known color: Turquoise. HEX triplet: 55, F4 and DB. RGB value is (85,244,219). Sum of RGB (Red+Green+Blue) = 85+244+219=548 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.51% from 548); Green value is 244 (95.70% from 255 or 44.53% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 244 - color contains mainly: green. Hex color #55F4DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F4DB is #AA0B24. Grayscale: #C1C1C1. Windows color (decimal): -11143973 or 14414933. OLE color: 14414933.
HSL color Cylindrical-coordinate representation of color #55F4DB: hue angle of 170.57º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F4DB is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 244 | 219 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.04 |
| HSL | 170.57º | 0.88% | 0.65% | - |
| HSV(B) | 170.57º | 0.65% | 0.96% | - |
| XYZ | 48.88 | 71.75 | 78.29 | - |
| YUV | 193.61 | 142.32 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 244 | 219 | 0.65 | 0 | 0.10 | 0.04 | 170.57 | 0.88 | 0.65 |
| Hex | 55 | F4 | DB | 41 | 0 | A | 4 | AB | 58 | 41 |
| Octal | 125 | 364 | 333 | 101 | 0 | 12 | 4 | 253 | 130 | 101 |
| Binary | 1010101 | 11110100 | 11011011 | 1000001 | 0 | 1010 | 100 | 10101011 | 1011000 | 1000001 |
Color Harmonies of #55F4DB
Complementary color
Monochromatic Colors of #55F4DB
Black with #55F4DB
Text Example
Text Example
White with #55F4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F4DB; }
p { color: rgb(85,244,219); }
H1.HeaderClassName
{
color: #55F4DB;
}
.AnyTagClassName
{
color: #55F4DB;
}
</style>
background-color css
<style>
a { background-color: #55F4DB; }
a { background-color: rgb(85,244,219); }
div.DivClassName
{
background-color: #55F4DB;
}
.BgClassName
{
background-color: #55F4DB;
}
</style>
border-color css
<style>
span { border-color: #55F4DB; }
span { border-color: rgb(85,244,219); }
td.TdClassName
{
border-color: #55F4DB;
}
.TagClassName
{
border-color: #55F4DB;
}
</style>