Shades of Medium Turquoise #55E0C2
Tints of Medium Turquoise #55E0C2
RGB
CMYK
RGB Variations
Color information
#55E0C2 (or 0x55E0C2) is known color: Medium Turquoise. HEX triplet: 55, E0 and C2. RGB value is (85,224,194). Sum of RGB (Red+Green+Blue) = 85+224+194=503 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.90% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #55E0C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55E0C2 is #AA1F3D. Grayscale: #B3B3B3. Windows color (decimal): -11149118 or 12771413. OLE color: 12771413.
HSL color Cylindrical-coordinate representation of color #55E0C2: hue angle of 167.05º 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 #55E0C2 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 224 | 194 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.12 |
| HSL | 167.05º | 0.69% | 0.61% | - |
| HSV(B) | 167.05º | 0.62% | 0.88% | - |
| XYZ | 40.14 | 59.14 | 60.34 | - |
| YUV | 179.02 | 136.45 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 224 | 194 | 0.62 | 0 | 0.13 | 0.12 | 167.05 | 0.69 | 0.61 |
| Hex | 55 | E0 | C2 | 3E | 0 | D | C | A7 | 45 | 3D |
| Octal | 125 | 340 | 302 | 76 | 0 | 15 | 14 | 247 | 105 | 75 |
| Binary | 1010101 | 11100000 | 11000010 | 111110 | 0 | 1101 | 1100 | 10100111 | 1000101 | 111101 |
Color Harmonies of #55E0C2
Complementary color
Monochromatic Colors of #55E0C2
Black with #55E0C2
Text Example
Text Example
White with #55E0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E0C2; }
p { color: rgb(85,224,194); }
H1.HeaderClassName
{
color: #55E0C2;
}
.AnyTagClassName
{
color: #55E0C2;
}
</style>
background-color css
<style>
a { background-color: #55E0C2; }
a { background-color: rgb(85,224,194); }
div.DivClassName
{
background-color: #55E0C2;
}
.BgClassName
{
background-color: #55E0C2;
}
</style>
border-color css
<style>
span { border-color: #55E0C2; }
span { border-color: rgb(85,224,194); }
td.TdClassName
{
border-color: #55E0C2;
}
.TagClassName
{
border-color: #55E0C2;
}
</style>