Shades of Turquoise #55EDE1
Tints of Turquoise #55EDE1
RGB
CMYK
RGB Variations
Color information
#55EDE1 (or 0x55EDE1) is known color: Turquoise. HEX triplet: 55, ED and E1. RGB value is (85,237,225). Sum of RGB (Red+Green+Blue) = 85+237+225=547 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.54% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #55EDE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EDE1 is #AA121E. Grayscale: #BEBEBE. Windows color (decimal): -11145759 or 14806357. OLE color: 14806357.
HSL color Cylindrical-coordinate representation of color #55EDE1: hue angle of 175.26º 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 #55EDE1 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 237 | 225 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.07 |
| HSL | 175.26º | 0.81% | 0.63% | - |
| HSV(B) | 175.26º | 0.64% | 0.93% | - |
| XYZ | 47.62 | 67.94 | 81.84 | - |
| YUV | 190.18 | 147.64 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 225 | 0.64 | 0 | 0.05 | 0.07 | 175.26 | 0.81 | 0.63 |
| Hex | 55 | ED | E1 | 40 | 0 | 5 | 7 | AF | 51 | 3F |
| Octal | 125 | 355 | 341 | 100 | 0 | 5 | 7 | 257 | 121 | 77 |
| Binary | 1010101 | 11101101 | 11100001 | 1000000 | 0 | 101 | 111 | 10101111 | 1010001 | 111111 |
Color Harmonies of #55EDE1
Complementary color
Monochromatic Colors of #55EDE1
Black with #55EDE1
Text Example
Text Example
White with #55EDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EDE1; }
p { color: rgb(85,237,225); }
H1.HeaderClassName
{
color: #55EDE1;
}
.AnyTagClassName
{
color: #55EDE1;
}
</style>
background-color css
<style>
a { background-color: #55EDE1; }
a { background-color: rgb(85,237,225); }
div.DivClassName
{
background-color: #55EDE1;
}
.BgClassName
{
background-color: #55EDE1;
}
</style>
border-color css
<style>
span { border-color: #55EDE1; }
span { border-color: rgb(85,237,225); }
td.TdClassName
{
border-color: #55EDE1;
}
.TagClassName
{
border-color: #55EDE1;
}
</style>