Shades of Turquoise #55EDBD
Tints of Turquoise #55EDBD
RGB
CMYK
RGB Variations
Color information
#55EDBD (or 0x55EDBD) is known color: Turquoise. HEX triplet: 55, ED and BD. RGB value is (85,237,189). Sum of RGB (Red+Green+Blue) = 85+237+189=511 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.63% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #55EDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EDBD is #AA1242. Grayscale: #BABABA. Windows color (decimal): -11145795 or 12447061. OLE color: 12447061.
HSL color Cylindrical-coordinate representation of color #55EDBD: hue angle of 161.05º 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 #55EDBD is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 237 | 189 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.07 |
| HSL | 161.05º | 0.81% | 0.63% | - |
| HSV(B) | 161.05º | 0.64% | 0.93% | - |
| XYZ | 43.22 | 66.17 | 58.64 | - |
| YUV | 186.08 | 129.64 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 189 | 0.64 | 0 | 0.20 | 0.07 | 161.05 | 0.81 | 0.63 |
| Hex | 55 | ED | BD | 40 | 0 | 14 | 7 | A1 | 51 | 3F |
| Octal | 125 | 355 | 275 | 100 | 0 | 24 | 7 | 241 | 121 | 77 |
| Binary | 1010101 | 11101101 | 10111101 | 1000000 | 0 | 10100 | 111 | 10100001 | 1010001 | 111111 |
Color Harmonies of #55EDBD
Complementary color
Monochromatic Colors of #55EDBD
Black with #55EDBD
Text Example
Text Example
White with #55EDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EDBD; }
p { color: rgb(85,237,189); }
H1.HeaderClassName
{
color: #55EDBD;
}
.AnyTagClassName
{
color: #55EDBD;
}
</style>
background-color css
<style>
a { background-color: #55EDBD; }
a { background-color: rgb(85,237,189); }
div.DivClassName
{
background-color: #55EDBD;
}
.BgClassName
{
background-color: #55EDBD;
}
</style>
border-color css
<style>
span { border-color: #55EDBD; }
span { border-color: rgb(85,237,189); }
td.TdClassName
{
border-color: #55EDBD;
}
.TagClassName
{
border-color: #55EDBD;
}
</style>