Shades of Turquoise Blue #55ECEE
Tints of Turquoise Blue #55ECEE
RGB
CMYK
RGB Variations
Color information
#55ECEE (or 0x55ECEE) is known color: Turquoise Blue. HEX triplet: 55, EC and EE. RGB value is (85,236,238). Sum of RGB (Red+Green+Blue) = 85+236+238=559 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.21% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #55ECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55ECEE is #AA1311. Grayscale: #BEBEBE. Windows color (decimal): -11146002 or 15658069. OLE color: 15658069.
HSL color Cylindrical-coordinate representation of color #55ECEE: hue angle of 180.78º degrees, saturation: 0.82, 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 #55ECEE is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 236 | 238 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.07 |
| HSL | 180.78º | 0.82% | 0.63% | - |
| HSV(B) | 180.78º | 0.64% | 0.93% | - |
| XYZ | 49.17 | 68.1 | 91.44 | - |
| YUV | 191.08 | 154.47 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 236 | 238 | 0.64 | 0.01 | 0 | 0.07 | 180.78 | 0.82 | 0.63 |
| Hex | 55 | EC | EE | 40 | 1 | 0 | 7 | B5 | 52 | 3F |
| Octal | 125 | 354 | 356 | 100 | 1 | 0 | 7 | 265 | 122 | 77 |
| Binary | 1010101 | 11101100 | 11101110 | 1000000 | 1 | 0 | 111 | 10110101 | 1010010 | 111111 |
Color Harmonies of #55ECEE
Complementary color
Monochromatic Colors of #55ECEE
Black with #55ECEE
Text Example
Text Example
White with #55ECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ECEE; }
p { color: rgb(85,236,238); }
H1.HeaderClassName
{
color: #55ECEE;
}
.AnyTagClassName
{
color: #55ECEE;
}
</style>
background-color css
<style>
a { background-color: #55ECEE; }
a { background-color: rgb(85,236,238); }
div.DivClassName
{
background-color: #55ECEE;
}
.BgClassName
{
background-color: #55ECEE;
}
</style>
border-color css
<style>
span { border-color: #55ECEE; }
span { border-color: rgb(85,236,238); }
td.TdClassName
{
border-color: #55ECEE;
}
.TagClassName
{
border-color: #55ECEE;
}
</style>