#55e3f1

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

Shades of Turquoise Blue #55E3F1

Tints of Turquoise Blue #55E3F1

Color information

#55E3F1 (or 0x55E3F1) is unknown color: approx Turquoise Blue. HEX triplet: 55, E3 and F1. RGB value is (85,227,241). Sum of RGB (Red+Green+Blue) = 85+227+241=553 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.37% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #55E3F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55E3F1 is #AA1C0E. Grayscale: #B9B9B9. Windows color (decimal): -11148303 or 15852373. OLE color: 15852373.

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

Color convert

RGB85227241-
CMYK0.650.0600.05
HSL185.38º84.78%63.92%-
HSV(B)185.38º64.73%94.51%-
XYZ47.0963.2292.94-
YUV186.14158.9655.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.37%
GREEN value IS 227 (89.06% from 255) = 41.05%
BLUE value IS 241 (94.53% from 255) = 43.58%
R=15.37%
G=41.05%
B=43.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852272410.650.0600.05185.3884.7863.92
Hex55E3F141605b95540
Octal125343361101605271125100
Binary10101011110001111110001100000111001011011100110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55e3f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,227,241); }

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

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

 a { background-color: rgb(85,227,241); }

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

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

 span { border-color: rgb(85,227,241); }

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