Shades of Turquoise #55ECE0
Tints of Turquoise #55ECE0
RGB
CMYK
RGB Variations
Color information
#55ECE0 (or 0x55ECE0) is known color: Turquoise. HEX triplet: 55, EC and E0. RGB value is (85,236,224). Sum of RGB (Red+Green+Blue) = 85+236+224=545 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.60% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #55ECE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55ECE0 is #AA131F. Grayscale: #BDBDBD. Windows color (decimal): -11146016 or 14740565. OLE color: 14740565.
HSL color Cylindrical-coordinate representation of color #55ECE0: hue angle of 175.23º 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 #55ECE0 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 236 | 224 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.07 |
| HSL | 175.23º | 0.8% | 0.63% | - |
| HSV(B) | 175.23º | 0.64% | 0.93% | - |
| XYZ | 47.2 | 67.3 | 81.02 | - |
| YUV | 189.48 | 147.47 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 236 | 224 | 0.64 | 0 | 0.05 | 0.07 | 175.23 | 0.8 | 0.63 |
| Hex | 55 | EC | E0 | 40 | 0 | 5 | 7 | AF | 50 | 3F |
| Octal | 125 | 354 | 340 | 100 | 0 | 5 | 7 | 257 | 120 | 77 |
| Binary | 1010101 | 11101100 | 11100000 | 1000000 | 0 | 101 | 111 | 10101111 | 1010000 | 111111 |
Color Harmonies of #55ECE0
Complementary color
Monochromatic Colors of #55ECE0
Black with #55ECE0
Text Example
Text Example
White with #55ECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ECE0; }
p { color: rgb(85,236,224); }
H1.HeaderClassName
{
color: #55ECE0;
}
.AnyTagClassName
{
color: #55ECE0;
}
</style>
background-color css
<style>
a { background-color: #55ECE0; }
a { background-color: rgb(85,236,224); }
div.DivClassName
{
background-color: #55ECE0;
}
.BgClassName
{
background-color: #55ECE0;
}
</style>
border-color css
<style>
span { border-color: #55ECE0; }
span { border-color: rgb(85,236,224); }
td.TdClassName
{
border-color: #55ECE0;
}
.TagClassName
{
border-color: #55ECE0;
}
</style>