Shades of Turquoise #55EDD7
Tints of Turquoise #55EDD7
RGB
CMYK
RGB Variations
Color information
#55EDD7 (or 0x55EDD7) is known color: Turquoise. HEX triplet: 55, ED and D7. RGB value is (85,237,215). Sum of RGB (Red+Green+Blue) = 85+237+215=537 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.83% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #55EDD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EDD7 is #AA1228. Grayscale: #BCBCBC. Windows color (decimal): -11145769 or 14150997. OLE color: 14150997.
HSL color Cylindrical-coordinate representation of color #55EDD7: hue angle of 171.32º 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 #55EDD7 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 237 | 215 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.07 |
| HSL | 171.32º | 0.81% | 0.63% | - |
| HSV(B) | 171.32º | 0.64% | 0.93% | - |
| XYZ | 46.3 | 67.41 | 74.86 | - |
| YUV | 189.04 | 142.64 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 215 | 0.64 | 0 | 0.09 | 0.07 | 171.32 | 0.81 | 0.63 |
| Hex | 55 | ED | D7 | 40 | 0 | 9 | 7 | AB | 51 | 3F |
| Octal | 125 | 355 | 327 | 100 | 0 | 11 | 7 | 253 | 121 | 77 |
| Binary | 1010101 | 11101101 | 11010111 | 1000000 | 0 | 1001 | 111 | 10101011 | 1010001 | 111111 |
Color Harmonies of #55EDD7
Complementary color
Monochromatic Colors of #55EDD7
Black with #55EDD7
Text Example
Text Example
White with #55EDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EDD7; }
p { color: rgb(85,237,215); }
H1.HeaderClassName
{
color: #55EDD7;
}
.AnyTagClassName
{
color: #55EDD7;
}
</style>
background-color css
<style>
a { background-color: #55EDD7; }
a { background-color: rgb(85,237,215); }
div.DivClassName
{
background-color: #55EDD7;
}
.BgClassName
{
background-color: #55EDD7;
}
</style>
border-color css
<style>
span { border-color: #55EDD7; }
span { border-color: rgb(85,237,215); }
td.TdClassName
{
border-color: #55EDD7;
}
.TagClassName
{
border-color: #55EDD7;
}
</style>