Shades of Turquoise Blue #55ECF4
Tints of Turquoise Blue #55ECF4
RGB
CMYK
RGB Variations
Color information
#55ECF4 (or 0x55ECF4) is known color: Turquoise Blue. HEX triplet: 55, EC and F4. RGB value is (85,236,244). Sum of RGB (Red+Green+Blue) = 85+236+244=565 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.04% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 244 (95.70% from 255 or 43.19% from 565); Max value from RGB is 244 - color contains mainly: blue. Hex color #55ECF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55ECF4 is #AA130B. Grayscale: #BFBFBF. Windows color (decimal): -11145996 or 16051285. OLE color: 16051285.
HSL color Cylindrical-coordinate representation of color #55ECF4: hue angle of 183.02º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55ECF4 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 236 | 244 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.04 |
| HSL | 183.02º | 0.88% | 0.65% | - |
| HSV(B) | 183.02º | 0.65% | 0.96% | - |
| XYZ | 50.07 | 68.45 | 96.16 | - |
| YUV | 191.76 | 157.47 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 236 | 244 | 0.65 | 0.03 | 0 | 0.04 | 183.02 | 0.88 | 0.65 |
| Hex | 55 | EC | F4 | 41 | 3 | 0 | 4 | B7 | 58 | 41 |
| Octal | 125 | 354 | 364 | 101 | 3 | 0 | 4 | 267 | 130 | 101 |
| Binary | 1010101 | 11101100 | 11110100 | 1000001 | 11 | 0 | 100 | 10110111 | 1011000 | 1000001 |
Color Harmonies of #55ECF4
Complementary color
Monochromatic Colors of #55ECF4
Black with #55ECF4
Text Example
Text Example
White with #55ECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ECF4; }
p { color: rgb(85,236,244); }
H1.HeaderClassName
{
color: #55ECF4;
}
.AnyTagClassName
{
color: #55ECF4;
}
</style>
background-color css
<style>
a { background-color: #55ECF4; }
a { background-color: rgb(85,236,244); }
div.DivClassName
{
background-color: #55ECF4;
}
.BgClassName
{
background-color: #55ECF4;
}
</style>
border-color css
<style>
span { border-color: #55ECF4; }
span { border-color: rgb(85,236,244); }
td.TdClassName
{
border-color: #55ECF4;
}
.TagClassName
{
border-color: #55ECF4;
}
</style>