Shades of Turquoise #55EDBC
Tints of Turquoise #55EDBC
RGB
CMYK
RGB Variations
Color information
#55EDBC (or 0x55EDBC) is known color: Turquoise. HEX triplet: 55, ED and BC. RGB value is (85,237,188). Sum of RGB (Red+Green+Blue) = 85+237+188=510 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.67% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #55EDBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EDBC is #AA1243. Grayscale: #BABABA. Windows color (decimal): -11145796 or 12381525. OLE color: 12381525.
HSL color Cylindrical-coordinate representation of color #55EDBC: hue angle of 160.66º 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 #55EDBC is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 237 | 188 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.07 |
| HSL | 160.66º | 0.81% | 0.63% | - |
| HSV(B) | 160.66º | 0.64% | 0.93% | - |
| XYZ | 43.11 | 66.13 | 58.07 | - |
| YUV | 185.97 | 129.14 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 188 | 0.64 | 0 | 0.21 | 0.07 | 160.66 | 0.81 | 0.63 |
| Hex | 55 | ED | BC | 40 | 0 | 15 | 7 | A1 | 51 | 3F |
| Octal | 125 | 355 | 274 | 100 | 0 | 25 | 7 | 241 | 121 | 77 |
| Binary | 1010101 | 11101101 | 10111100 | 1000000 | 0 | 10101 | 111 | 10100001 | 1010001 | 111111 |
Color Harmonies of #55EDBC
Complementary color
Monochromatic Colors of #55EDBC
Black with #55EDBC
Text Example
Text Example
White with #55EDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EDBC; }
p { color: rgb(85,237,188); }
H1.HeaderClassName
{
color: #55EDBC;
}
.AnyTagClassName
{
color: #55EDBC;
}
</style>
background-color css
<style>
a { background-color: #55EDBC; }
a { background-color: rgb(85,237,188); }
div.DivClassName
{
background-color: #55EDBC;
}
.BgClassName
{
background-color: #55EDBC;
}
</style>
border-color css
<style>
span { border-color: #55EDBC; }
span { border-color: rgb(85,237,188); }
td.TdClassName
{
border-color: #55EDBC;
}
.TagClassName
{
border-color: #55EDBC;
}
</style>