Shades of Turquoise #55EBC5
Tints of Turquoise #55EBC5
RGB
CMYK
RGB Variations
Color information
#55EBC5 (or 0x55EBC5) is known color: Turquoise. HEX triplet: 55, EB and C5. RGB value is (85,235,197). Sum of RGB (Red+Green+Blue) = 85+235+197=517 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.44% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #55EBC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EBC5 is #AA143A. Grayscale: #B9B9B9. Windows color (decimal): -11146299 or 12970837. OLE color: 12970837.
HSL color Cylindrical-coordinate representation of color #55EBC5: hue angle of 164.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EBC5 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 235 | 197 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.08 |
| HSL | 164.8º | 0.79% | 0.63% | - |
| HSV(B) | 164.8º | 0.64% | 0.92% | - |
| XYZ | 43.53 | 65.38 | 63.15 | - |
| YUV | 185.82 | 134.31 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 235 | 197 | 0.64 | 0 | 0.16 | 0.08 | 164.8 | 0.79 | 0.63 |
| Hex | 55 | EB | C5 | 40 | 0 | 10 | 8 | A5 | 4F | 3F |
| Octal | 125 | 353 | 305 | 100 | 0 | 20 | 10 | 245 | 117 | 77 |
| Binary | 1010101 | 11101011 | 11000101 | 1000000 | 0 | 10000 | 1000 | 10100101 | 1001111 | 111111 |
Color Harmonies of #55EBC5
Complementary color
Monochromatic Colors of #55EBC5
Black with #55EBC5
Text Example
Text Example
White with #55EBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EBC5; }
p { color: rgb(85,235,197); }
H1.HeaderClassName
{
color: #55EBC5;
}
.AnyTagClassName
{
color: #55EBC5;
}
</style>
background-color css
<style>
a { background-color: #55EBC5; }
a { background-color: rgb(85,235,197); }
div.DivClassName
{
background-color: #55EBC5;
}
.BgClassName
{
background-color: #55EBC5;
}
</style>
border-color css
<style>
span { border-color: #55EBC5; }
span { border-color: rgb(85,235,197); }
td.TdClassName
{
border-color: #55EBC5;
}
.TagClassName
{
border-color: #55EBC5;
}
</style>