Shades of Turquoise #55EBC9
Tints of Turquoise #55EBC9
RGB
CMYK
RGB Variations
Color information
#55EBC9 (or 0x55EBC9) is known color: Turquoise. HEX triplet: 55, EB and C9. RGB value is (85,235,201). Sum of RGB (Red+Green+Blue) = 85+235+201=521 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.31% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #55EBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EBC9 is #AA1436. Grayscale: #BABABA. Windows color (decimal): -11146295 or 13232981. OLE color: 13232981.
HSL color Cylindrical-coordinate representation of color #55EBC9: hue angle of 166.4º 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 #55EBC9 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 235 | 201 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.08 |
| HSL | 166.4º | 0.79% | 0.63% | - |
| HSV(B) | 166.4º | 0.64% | 0.92% | - |
| XYZ | 44 | 65.57 | 65.59 | - |
| YUV | 186.27 | 136.31 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 235 | 201 | 0.64 | 0 | 0.14 | 0.08 | 166.4 | 0.79 | 0.63 |
| Hex | 55 | EB | C9 | 40 | 0 | E | 8 | A6 | 4F | 3F |
| Octal | 125 | 353 | 311 | 100 | 0 | 16 | 10 | 246 | 117 | 77 |
| Binary | 1010101 | 11101011 | 11001001 | 1000000 | 0 | 1110 | 1000 | 10100110 | 1001111 | 111111 |
Color Harmonies of #55EBC9
Complementary color
Monochromatic Colors of #55EBC9
Black with #55EBC9
Text Example
Text Example
White with #55EBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EBC9; }
p { color: rgb(85,235,201); }
H1.HeaderClassName
{
color: #55EBC9;
}
.AnyTagClassName
{
color: #55EBC9;
}
</style>
background-color css
<style>
a { background-color: #55EBC9; }
a { background-color: rgb(85,235,201); }
div.DivClassName
{
background-color: #55EBC9;
}
.BgClassName
{
background-color: #55EBC9;
}
</style>
border-color css
<style>
span { border-color: #55EBC9; }
span { border-color: rgb(85,235,201); }
td.TdClassName
{
border-color: #55EBC9;
}
.TagClassName
{
border-color: #55EBC9;
}
</style>