Shades of Turquoise #55EADB
Tints of Turquoise #55EADB
RGB
CMYK
RGB Variations
Color information
#55EADB (or 0x55EADB) is known color: Turquoise. HEX triplet: 55, EA and DB. RGB value is (85,234,219). Sum of RGB (Red+Green+Blue) = 85+234+219=538 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.80% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #55EADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EADB is #AA1524. Grayscale: #BBBBBB. Windows color (decimal): -11146533 or 14412373. OLE color: 14412373.
HSL color Cylindrical-coordinate representation of color #55EADB: hue angle of 173.96º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EADB is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 234 | 219 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.08 |
| HSL | 173.96º | 0.78% | 0.63% | - |
| HSV(B) | 173.96º | 0.64% | 0.92% | - |
| XYZ | 45.96 | 65.89 | 77.31 | - |
| YUV | 187.74 | 145.64 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 234 | 219 | 0.64 | 0 | 0.06 | 0.08 | 173.96 | 0.78 | 0.63 |
| Hex | 55 | EA | DB | 40 | 0 | 6 | 8 | AE | 4E | 3F |
| Octal | 125 | 352 | 333 | 100 | 0 | 6 | 10 | 256 | 116 | 77 |
| Binary | 1010101 | 11101010 | 11011011 | 1000000 | 0 | 110 | 1000 | 10101110 | 1001110 | 111111 |
Color Harmonies of #55EADB
Complementary color
Monochromatic Colors of #55EADB
Black with #55EADB
Text Example
Text Example
White with #55EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EADB; }
p { color: rgb(85,234,219); }
H1.HeaderClassName
{
color: #55EADB;
}
.AnyTagClassName
{
color: #55EADB;
}
</style>
background-color css
<style>
a { background-color: #55EADB; }
a { background-color: rgb(85,234,219); }
div.DivClassName
{
background-color: #55EADB;
}
.BgClassName
{
background-color: #55EADB;
}
</style>
border-color css
<style>
span { border-color: #55EADB; }
span { border-color: rgb(85,234,219); }
td.TdClassName
{
border-color: #55EADB;
}
.TagClassName
{
border-color: #55EADB;
}
</style>