Shades of Turquoise Blue #55ECED
Tints of Turquoise Blue #55ECED
RGB
CMYK
RGB Variations
Color information
#55ECED (or 0x55ECED) is known color: Turquoise Blue. HEX triplet: 55, EC and ED. RGB value is (85,236,237). Sum of RGB (Red+Green+Blue) = 85+236+237=558 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.23% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #55ECED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55ECED is #AA1312. Grayscale: #BEBEBE. Windows color (decimal): -11146003 or 15592533. OLE color: 15592533.
HSL color Cylindrical-coordinate representation of color #55ECED: hue angle of 180.39º degrees, saturation: 0.81, 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 #55ECED is Cyan = 0.64, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 236 | 237 | - |
| CMYK | 0.64 | 0.00 | 0 | 0.07 |
| HSL | 180.39º | 0.81% | 0.63% | - |
| HSV(B) | 180.39º | 0.64% | 0.93% | - |
| XYZ | 49.03 | 68.04 | 90.67 | - |
| YUV | 190.97 | 153.97 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 236 | 237 | 0.64 | 0.00 | 0 | 0.07 | 180.39 | 0.81 | 0.63 |
| Hex | 55 | EC | ED | 40 | 0 | 0 | 7 | B4 | 51 | 3F |
| Octal | 125 | 354 | 355 | 100 | 0 | 0 | 7 | 264 | 121 | 77 |
| Binary | 1010101 | 11101100 | 11101101 | 1000000 | 0 | 0 | 111 | 10110100 | 1010001 | 111111 |
Color Harmonies of #55ECED
Complementary color
Monochromatic Colors of #55ECED
Black with #55ECED
Text Example
Text Example
White with #55ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ECED; }
p { color: rgb(85,236,237); }
H1.HeaderClassName
{
color: #55ECED;
}
.AnyTagClassName
{
color: #55ECED;
}
</style>
background-color css
<style>
a { background-color: #55ECED; }
a { background-color: rgb(85,236,237); }
div.DivClassName
{
background-color: #55ECED;
}
.BgClassName
{
background-color: #55ECED;
}
</style>
border-color css
<style>
span { border-color: #55ECED; }
span { border-color: rgb(85,236,237); }
td.TdClassName
{
border-color: #55ECED;
}
.TagClassName
{
border-color: #55ECED;
}
</style>