Shades of Medium Turquoise #55E0C1
Tints of Medium Turquoise #55E0C1
RGB
CMYK
RGB Variations
Color information
#55E0C1 (or 0x55E0C1) is known color: Medium Turquoise. HEX triplet: 55, E0 and C1. RGB value is (85,224,193). Sum of RGB (Red+Green+Blue) = 85+224+193=502 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.93% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #55E0C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E0C1 is #AA1F3E. Grayscale: #B2B2B2. Windows color (decimal): -11149119 or 12705877. OLE color: 12705877.
HSL color Cylindrical-coordinate representation of color #55E0C1: hue angle of 166.62º degrees, saturation: 0.69, 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 #55E0C1 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 224 | 193 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.12 |
| HSL | 166.62º | 0.69% | 0.61% | - |
| HSV(B) | 166.62º | 0.62% | 0.88% | - |
| XYZ | 40.03 | 59.09 | 59.75 | - |
| YUV | 178.91 | 135.95 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 224 | 193 | 0.62 | 0 | 0.14 | 0.12 | 166.62 | 0.69 | 0.61 |
| Hex | 55 | E0 | C1 | 3E | 0 | E | C | A7 | 45 | 3D |
| Octal | 125 | 340 | 301 | 76 | 0 | 16 | 14 | 247 | 105 | 75 |
| Binary | 1010101 | 11100000 | 11000001 | 111110 | 0 | 1110 | 1100 | 10100111 | 1000101 | 111101 |
Color Harmonies of #55E0C1
Complementary color
Monochromatic Colors of #55E0C1
Black with #55E0C1
Text Example
Text Example
White with #55E0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E0C1; }
p { color: rgb(85,224,193); }
H1.HeaderClassName
{
color: #55E0C1;
}
.AnyTagClassName
{
color: #55E0C1;
}
</style>
background-color css
<style>
a { background-color: #55E0C1; }
a { background-color: rgb(85,224,193); }
div.DivClassName
{
background-color: #55E0C1;
}
.BgClassName
{
background-color: #55E0C1;
}
</style>
border-color css
<style>
span { border-color: #55E0C1; }
span { border-color: rgb(85,224,193); }
td.TdClassName
{
border-color: #55E0C1;
}
.TagClassName
{
border-color: #55E0C1;
}
</style>