Shades of Turquoise #55E1C0
Tints of Turquoise #55E1C0
RGB
CMYK
RGB Variations
Color information
#55E1C0 (or 0x55E1C0) is known color: Turquoise. HEX triplet: 55, E1 and C0. RGB value is (85,225,192). Sum of RGB (Red+Green+Blue) = 85+225+192=502 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.93% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #55E1C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E1C0 is #AA1E3F. Grayscale: #B3B3B3. Windows color (decimal): -11148864 or 12640597. OLE color: 12640597.
HSL color Cylindrical-coordinate representation of color #55E1C0: hue angle of 165.86º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E1C0 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 225 | 192 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.12 |
| HSL | 165.86º | 0.7% | 0.61% | - |
| HSV(B) | 165.86º | 0.62% | 0.88% | - |
| XYZ | 40.19 | 59.59 | 59.25 | - |
| YUV | 179.38 | 135.12 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 225 | 192 | 0.62 | 0 | 0.15 | 0.12 | 165.86 | 0.7 | 0.61 |
| Hex | 55 | E1 | C0 | 3E | 0 | F | C | A6 | 46 | 3D |
| Octal | 125 | 341 | 300 | 76 | 0 | 17 | 14 | 246 | 106 | 75 |
| Binary | 1010101 | 11100001 | 11000000 | 111110 | 0 | 1111 | 1100 | 10100110 | 1000110 | 111101 |
Color Harmonies of #55E1C0
Complementary color
Monochromatic Colors of #55E1C0
Black with #55E1C0
Text Example
Text Example
White with #55E1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E1C0; }
p { color: rgb(85,225,192); }
H1.HeaderClassName
{
color: #55E1C0;
}
.AnyTagClassName
{
color: #55E1C0;
}
</style>
background-color css
<style>
a { background-color: #55E1C0; }
a { background-color: rgb(85,225,192); }
div.DivClassName
{
background-color: #55E1C0;
}
.BgClassName
{
background-color: #55E1C0;
}
</style>
border-color css
<style>
span { border-color: #55E1C0; }
span { border-color: rgb(85,225,192); }
td.TdClassName
{
border-color: #55E1C0;
}
.TagClassName
{
border-color: #55E1C0;
}
</style>