#55E5F2

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

Shades of Turquoise Blue #55E5F2

Tints of Turquoise Blue #55E5F2

Color information

#55E5F2 (or 0x55E5F2) is unknown color: approx Turquoise Blue. HEX triplet: 55, E5 and F2. RGB value is (85,229,242). Sum of RGB (Red+Green+Blue) = 85+229+242=556 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.29% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #55E5F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55E5F2 is #AA1A0D. Grayscale: #BBBBBB. Windows color (decimal): -11147790 or 15918421. OLE color: 15918421.

HSL color Cylindrical-coordinate representation of color #55E5F2: hue angle of 184.97º degrees, saturation: 0.86, 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 #55E5F2 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB85229242-
CMYK0.650.0500.05
HSL184.97º85.79%64.12%-
HSV(B)184.97º64.88%94.9%-
XYZ47.7964.3893.91-
YUV187.43158.7954.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.29%
GREEN value IS 229 (89.84% from 255) = 41.19%
BLUE value IS 242 (94.92% from 255) = 43.53%
R=15.29%
G=41.19%
B=43.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852292420.650.0500.05184.9785.7964.12
Hex55E5F241505b95640
Octal125345362101505271126100
Binary10101011110010111110010100000110101011011100110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,229,242); }

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

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

 a { background-color: rgb(85,229,242); }

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

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

 span { border-color: rgb(85,229,242); }

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