Shades of Turquoise #55EDD9
Tints of Turquoise #55EDD9
RGB
CMYK
RGB Variations
Color information
#55EDD9 (or 0x55EDD9) is known color: Turquoise. HEX triplet: 55, ED and D9. RGB value is (85,237,217). Sum of RGB (Red+Green+Blue) = 85+237+217=539 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.77% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #55EDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EDD9 is #AA1226. Grayscale: #BDBDBD. Windows color (decimal): -11145767 or 14282069. OLE color: 14282069.
HSL color Cylindrical-coordinate representation of color #55EDD9: hue angle of 172.11º 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 #55EDD9 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 237 | 217 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.07 |
| HSL | 172.11º | 0.81% | 0.63% | - |
| HSV(B) | 172.11º | 0.64% | 0.93% | - |
| XYZ | 46.55 | 67.51 | 76.22 | - |
| YUV | 189.27 | 143.64 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 217 | 0.64 | 0 | 0.08 | 0.07 | 172.11 | 0.81 | 0.63 |
| Hex | 55 | ED | D9 | 40 | 0 | 8 | 7 | AC | 51 | 3F |
| Octal | 125 | 355 | 331 | 100 | 0 | 10 | 7 | 254 | 121 | 77 |
| Binary | 1010101 | 11101101 | 11011001 | 1000000 | 0 | 1000 | 111 | 10101100 | 1010001 | 111111 |
Color Harmonies of #55EDD9
Complementary color
Monochromatic Colors of #55EDD9
Black with #55EDD9
Text Example
Text Example
White with #55EDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EDD9; }
p { color: rgb(85,237,217); }
H1.HeaderClassName
{
color: #55EDD9;
}
.AnyTagClassName
{
color: #55EDD9;
}
</style>
background-color css
<style>
a { background-color: #55EDD9; }
a { background-color: rgb(85,237,217); }
div.DivClassName
{
background-color: #55EDD9;
}
.BgClassName
{
background-color: #55EDD9;
}
</style>
border-color css
<style>
span { border-color: #55EDD9; }
span { border-color: rgb(85,237,217); }
td.TdClassName
{
border-color: #55EDD9;
}
.TagClassName
{
border-color: #55EDD9;
}
</style>