Shades of Turquoise #55EFDB
Tints of Turquoise #55EFDB
RGB
CMYK
RGB Variations
Color information
#55EFDB (or 0x55EFDB) is known color: Turquoise. HEX triplet: 55, EF and DB. RGB value is (85,239,219). Sum of RGB (Red+Green+Blue) = 85+239+219=543 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.65% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #55EFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EFDB is #AA1024. Grayscale: #BEBEBE. Windows color (decimal): -11145253 or 14413653. OLE color: 14413653.
HSL color Cylindrical-coordinate representation of color #55EFDB: hue angle of 172.21º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EFDB is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 239 | 219 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.06 |
| HSL | 172.21º | 0.83% | 0.64% | - |
| HSV(B) | 172.21º | 0.64% | 0.94% | - |
| XYZ | 47.4 | 68.78 | 77.8 | - |
| YUV | 190.67 | 143.98 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 239 | 219 | 0.64 | 0 | 0.08 | 0.06 | 172.21 | 0.83 | 0.64 |
| Hex | 55 | EF | DB | 40 | 0 | 8 | 6 | AC | 53 | 40 |
| Octal | 125 | 357 | 333 | 100 | 0 | 10 | 6 | 254 | 123 | 100 |
| Binary | 1010101 | 11101111 | 11011011 | 1000000 | 0 | 1000 | 110 | 10101100 | 1010011 | 1000000 |
Color Harmonies of #55EFDB
Complementary color
Monochromatic Colors of #55EFDB
Black with #55EFDB
Text Example
Text Example
White with #55EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EFDB; }
p { color: rgb(85,239,219); }
H1.HeaderClassName
{
color: #55EFDB;
}
.AnyTagClassName
{
color: #55EFDB;
}
</style>
background-color css
<style>
a { background-color: #55EFDB; }
a { background-color: rgb(85,239,219); }
div.DivClassName
{
background-color: #55EFDB;
}
.BgClassName
{
background-color: #55EFDB;
}
</style>
border-color css
<style>
span { border-color: #55EFDB; }
span { border-color: rgb(85,239,219); }
td.TdClassName
{
border-color: #55EFDB;
}
.TagClassName
{
border-color: #55EFDB;
}
</style>