Shades of Turquoise #55ECE2
Tints of Turquoise #55ECE2
RGB
CMYK
RGB Variations
Color information
#55ECE2 (or 0x55ECE2) is known color: Turquoise. HEX triplet: 55, EC and E2. RGB value is (85,236,226). Sum of RGB (Red+Green+Blue) = 85+236+226=547 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.54% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 226 (88.67% from 255 or 41.32% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #55ECE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55ECE2 is #AA131D. Grayscale: #BDBDBD. Windows color (decimal): -11146014 or 14871637. OLE color: 14871637.
HSL color Cylindrical-coordinate representation of color #55ECE2: hue angle of 176.03º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55ECE2 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 236 | 226 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.07 |
| HSL | 176.03º | 0.8% | 0.63% | - |
| HSV(B) | 176.03º | 0.64% | 0.93% | - |
| XYZ | 47.47 | 67.41 | 82.46 | - |
| YUV | 189.71 | 148.47 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 236 | 226 | 0.64 | 0 | 0.04 | 0.07 | 176.03 | 0.8 | 0.63 |
| Hex | 55 | EC | E2 | 40 | 0 | 4 | 7 | B0 | 50 | 3F |
| Octal | 125 | 354 | 342 | 100 | 0 | 4 | 7 | 260 | 120 | 77 |
| Binary | 1010101 | 11101100 | 11100010 | 1000000 | 0 | 100 | 111 | 10110000 | 1010000 | 111111 |
Color Harmonies of #55ECE2
Complementary color
Monochromatic Colors of #55ECE2
Black with #55ECE2
Text Example
Text Example
White with #55ECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ECE2; }
p { color: rgb(85,236,226); }
H1.HeaderClassName
{
color: #55ECE2;
}
.AnyTagClassName
{
color: #55ECE2;
}
</style>
background-color css
<style>
a { background-color: #55ECE2; }
a { background-color: rgb(85,236,226); }
div.DivClassName
{
background-color: #55ECE2;
}
.BgClassName
{
background-color: #55ECE2;
}
</style>
border-color css
<style>
span { border-color: #55ECE2; }
span { border-color: rgb(85,236,226); }
td.TdClassName
{
border-color: #55ECE2;
}
.TagClassName
{
border-color: #55ECE2;
}
</style>