#55E2F9

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

Shades of Turquoise Blue #55E2F9

Tints of Turquoise Blue #55E2F9

Color information

#55E2F9 (or 0x55E2F9) is unknown color: approx Turquoise Blue. HEX triplet: 55, E2 and F9. RGB value is (85,226,249). Sum of RGB (Red+Green+Blue) = 85+226+249=560 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.18% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #55E2F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55E2F9 is #AA1D06. Grayscale: #BABABA. Windows color (decimal): -11148551 or 16376405. OLE color: 16376405.

HSL color Cylindrical-coordinate representation of color #55E2F9: hue angle of 188.41º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55E2F9 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB85226249-
CMYK0.660.0900.02
HSL188.41º93.18%65.49%-
HSV(B)188.41º65.86%97.65%-
XYZ48.0463.1699.28-
YUV186.46163.2955.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.18%
GREEN value IS 226 (88.67% from 255) = 40.36%
BLUE value IS 249 (97.66% from 255) = 44.46%
R=15.18%
G=40.36%
B=44.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal852262490.660.0900.02188.4193.1865.49
Hex55E2F942902bc5d41
Octal1253423711021102274135101
Binary10101011110001011111001100001010010101011110010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,226,249); }

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

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

 a { background-color: rgb(85,226,249); }

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

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

 span { border-color: rgb(85,226,249); }

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