Shades of Turquoise #55ECE4
Tints of Turquoise #55ECE4
RGB
CMYK
RGB Variations
Color information
#55ECE4 (or 0x55ECE4) is known color: Turquoise. HEX triplet: 55, EC and E4. RGB value is (85,236,228). Sum of RGB (Red+Green+Blue) = 85+236+228=549 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.48% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #55ECE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55ECE4 is #AA131B. Grayscale: #BDBDBD. Windows color (decimal): -11146012 or 15002709. OLE color: 15002709.
HSL color Cylindrical-coordinate representation of color #55ECE4: hue angle of 176.82º 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 #55ECE4 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 236 | 228 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.07 |
| HSL | 176.82º | 0.8% | 0.63% | - |
| HSV(B) | 176.82º | 0.64% | 0.93% | - |
| XYZ | 47.75 | 67.52 | 83.92 | - |
| YUV | 189.94 | 149.47 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 236 | 228 | 0.64 | 0 | 0.03 | 0.07 | 176.82 | 0.8 | 0.63 |
| Hex | 55 | EC | E4 | 40 | 0 | 3 | 7 | B1 | 50 | 3F |
| Octal | 125 | 354 | 344 | 100 | 0 | 3 | 7 | 261 | 120 | 77 |
| Binary | 1010101 | 11101100 | 11100100 | 1000000 | 0 | 11 | 111 | 10110001 | 1010000 | 111111 |
Color Harmonies of #55ECE4
Complementary color
Monochromatic Colors of #55ECE4
Black with #55ECE4
Text Example
Text Example
White with #55ECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ECE4; }
p { color: rgb(85,236,228); }
H1.HeaderClassName
{
color: #55ECE4;
}
.AnyTagClassName
{
color: #55ECE4;
}
</style>
background-color css
<style>
a { background-color: #55ECE4; }
a { background-color: rgb(85,236,228); }
div.DivClassName
{
background-color: #55ECE4;
}
.BgClassName
{
background-color: #55ECE4;
}
</style>
border-color css
<style>
span { border-color: #55ECE4; }
span { border-color: rgb(85,236,228); }
td.TdClassName
{
border-color: #55ECE4;
}
.TagClassName
{
border-color: #55ECE4;
}
</style>