#55ECF3

Color #55ECF3 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #55ECF3

Tints of Turquoise Blue #55ECF3

Color information

#55ECF3 (or 0x55ECF3) is unknown color: approx Turquoise Blue. HEX triplet: 55, EC and F3. RGB value is (85,236,243). Sum of RGB (Red+Green+Blue) = 85+236+243=564 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.07% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 243 (95.31% from 255 or 43.09% from 564); Max value from RGB is 243 - color contains mainly: blue. Hex color #55ECF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55ECF3 is #AA130C. Grayscale: #BFBFBF. Windows color (decimal): -11145997 or 15985749. OLE color: 15985749.

HSL color Cylindrical-coordinate representation of color #55ECF3: hue angle of 182.66º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55ECF3 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB85236243-
CMYK0.650.0300.05
HSL182.66º86.81%64.31%-
HSV(B)182.66º65.02%95.29%-
XYZ49.9268.3995.36-
YUV191.65156.9751.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 15.07%
GREEN value IS 236 (92.58% from 255) = 41.84%
BLUE value IS 243 (95.31% from 255) = 43.09%
R=15.07%
G=41.84%
B=43.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852362430.650.0300.05182.6686.8164.31
Hex55ECF341305b75740
Octal125354363101305267127100
Binary1010101111011001111001110000011101011011011110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ECF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55ECF3; }

 p { color: rgb(85,236,243); }

 H1.HeaderClassName
 {
   color: #55ECF3;
 }
 .AnyTagClassName
 {
   color: #55ECF3;
 }
</style>
background-color css

<style>
 a { background-color: #55ECF3; }

 a { background-color: rgb(85,236,243); }

 div.DivClassName
 {
   background-color: #55ECF3;
 }
 .BgClassName
 {
   background-color: #55ECF3;
 }
</style>
border-color css

<style>
 span { border-color: #55ECF3; }

 span { border-color: rgb(85,236,243); }

 td.TdClassName
 {
   border-color: #55ECF3;
 }
 .TagClassName
 {
   border-color: #55ECF3;
 }
</style>