#5BE9EF

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

Shades of Turquoise Blue #5BE9EF

Tints of Turquoise Blue #5BE9EF

Color information

#5BE9EF (or 0x5BE9EF) is unknown color: approx Turquoise Blue. HEX triplet: 5B, E9 and EF. RGB value is (91,233,239). Sum of RGB (Red+Green+Blue) = 91+233+239=563 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.16% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BE9EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BE9EF is #A41610. Grayscale: #BFBFBF. Windows color (decimal): -10753553 or 15722843. OLE color: 15722843.

HSL color Cylindrical-coordinate representation of color #5BE9EF: hue angle of 182.43º 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 #5BE9EF is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB91233239-
CMYK0.620.0300.06
HSL182.43º82.22%64.71%-
HSV(B)182.43º61.92%93.73%-
XYZ49.0366.7391.96-
YUV191.23154.9656.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.16%
GREEN value IS 233 (91.41% from 255) = 41.39%
BLUE value IS 239 (93.75% from 255) = 42.45%
R=16.16%
G=41.39%
B=42.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal912332390.620.0300.06182.4382.2264.71
Hex5BE9EF3E306b65241
Octal13335135776306266122101
Binary101101111101001111011111111101101101011011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BE9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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