Shades of Turquoise #55E9DA
Tints of Turquoise #55E9DA
RGB
CMYK
RGB Variations
Color information
#55E9DA (or 0x55E9DA) is known color: Turquoise. HEX triplet: 55, E9 and DA. RGB value is (85,233,218). Sum of RGB (Red+Green+Blue) = 85+233+218=536 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.86% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #55E9DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55E9DA is #AA1625. Grayscale: #BABABA. Windows color (decimal): -11146790 or 14346581. OLE color: 14346581.
HSL color Cylindrical-coordinate representation of color #55E9DA: hue angle of 173.92º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55E9DA is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 233 | 218 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.09 |
| HSL | 173.92º | 0.77% | 0.62% | - |
| HSV(B) | 173.92º | 0.64% | 0.91% | - |
| XYZ | 45.54 | 65.27 | 76.53 | - |
| YUV | 187.04 | 145.47 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 233 | 218 | 0.64 | 0 | 0.06 | 0.09 | 173.92 | 0.77 | 0.62 |
| Hex | 55 | E9 | DA | 40 | 0 | 6 | 9 | AE | 4D | 3E |
| Octal | 125 | 351 | 332 | 100 | 0 | 6 | 11 | 256 | 115 | 76 |
| Binary | 1010101 | 11101001 | 11011010 | 1000000 | 0 | 110 | 1001 | 10101110 | 1001101 | 111110 |
Color Harmonies of #55E9DA
Complementary color
Monochromatic Colors of #55E9DA
Black with #55E9DA
Text Example
Text Example
White with #55E9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E9DA; }
p { color: rgb(85,233,218); }
H1.HeaderClassName
{
color: #55E9DA;
}
.AnyTagClassName
{
color: #55E9DA;
}
</style>
background-color css
<style>
a { background-color: #55E9DA; }
a { background-color: rgb(85,233,218); }
div.DivClassName
{
background-color: #55E9DA;
}
.BgClassName
{
background-color: #55E9DA;
}
</style>
border-color css
<style>
span { border-color: #55E9DA; }
span { border-color: rgb(85,233,218); }
td.TdClassName
{
border-color: #55E9DA;
}
.TagClassName
{
border-color: #55E9DA;
}
</style>