Shades of Turquoise #55EDDB
Tints of Turquoise #55EDDB
RGB
CMYK
RGB Variations
Color information
#55EDDB (or 0x55EDDB) is known color: Turquoise. HEX triplet: 55, ED and DB. RGB value is (85,237,219). Sum of RGB (Red+Green+Blue) = 85+237+219=541 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.71% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #55EDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EDDB is #AA1224. Grayscale: #BDBDBD. Windows color (decimal): -11145765 or 14413141. OLE color: 14413141.
HSL color Cylindrical-coordinate representation of color #55EDDB: hue angle of 172.89º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EDDB is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 237 | 219 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.07 |
| HSL | 172.89º | 0.81% | 0.63% | - |
| HSV(B) | 172.89º | 0.64% | 0.93% | - |
| XYZ | 46.82 | 67.61 | 77.6 | - |
| YUV | 189.5 | 144.64 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 219 | 0.64 | 0 | 0.08 | 0.07 | 172.89 | 0.81 | 0.63 |
| Hex | 55 | ED | DB | 40 | 0 | 8 | 7 | AD | 51 | 3F |
| Octal | 125 | 355 | 333 | 100 | 0 | 10 | 7 | 255 | 121 | 77 |
| Binary | 1010101 | 11101101 | 11011011 | 1000000 | 0 | 1000 | 111 | 10101101 | 1010001 | 111111 |
Color Harmonies of #55EDDB
Complementary color
Monochromatic Colors of #55EDDB
Black with #55EDDB
Text Example
Text Example
White with #55EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EDDB; }
p { color: rgb(85,237,219); }
H1.HeaderClassName
{
color: #55EDDB;
}
.AnyTagClassName
{
color: #55EDDB;
}
</style>
background-color css
<style>
a { background-color: #55EDDB; }
a { background-color: rgb(85,237,219); }
div.DivClassName
{
background-color: #55EDDB;
}
.BgClassName
{
background-color: #55EDDB;
}
</style>
border-color css
<style>
span { border-color: #55EDDB; }
span { border-color: rgb(85,237,219); }
td.TdClassName
{
border-color: #55EDDB;
}
.TagClassName
{
border-color: #55EDDB;
}
</style>