#5BE1EF

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

Shades of Turquoise Blue #5BE1EF

Tints of Turquoise Blue #5BE1EF

Color information

#5BE1EF (or 0x5BE1EF) is unknown color: approx Turquoise Blue. HEX triplet: 5B, E1 and EF. RGB value is (91,225,239). Sum of RGB (Red+Green+Blue) = 91+225+239=555 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.40% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BE1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BE1EF is #A41E10. Grayscale: #BABABA. Windows color (decimal): -10755601 or 15720795. OLE color: 15720795.

HSL color Cylindrical-coordinate representation of color #5BE1EF: hue angle of 185.68º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BE1EF is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB91225239-
CMYK0.620.0600.06
HSL185.68º82.22%64.71%-
HSV(B)185.68º61.92%93.73%-
XYZ46.8262.3191.22-
YUV186.53157.6159.86-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.40%
GREEN value IS 225 (88.28% from 255) = 40.54%
BLUE value IS 239 (93.75% from 255) = 43.06%
R=16.40%
G=40.54%
B=43.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal912252390.620.0600.06185.6882.2264.71
Hex5BE1EF3E606ba5241
Octal13334135776606272122101
Binary1011011111000011110111111111011001101011101010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BE1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BE1EF; }

 p { color: rgb(91,225,239); }

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

<style>
 a { background-color: #5BE1EF; }

 a { background-color: rgb(91,225,239); }

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

<style>
 span { border-color: #5BE1EF; }

 span { border-color: rgb(91,225,239); }

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