#5BE4EE

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

Shades of Turquoise Blue #5BE4EE

Tints of Turquoise Blue #5BE4EE

Color information

#5BE4EE (or 0x5BE4EE) is unknown color: approx Turquoise Blue. HEX triplet: 5B, E4 and EE. RGB value is (91,228,238). Sum of RGB (Red+Green+Blue) = 91+228+238=557 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.34% from 557); Green value is 228 (89.45% from 255 or 40.93% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #5BE4EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BE4EE is #A41B11. Grayscale: #BCBCBC. Windows color (decimal): -10754834 or 15656027. OLE color: 15656027.

HSL color Cylindrical-coordinate representation of color #5BE4EE: hue angle of 184.08º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BE4EE is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB91228238-
CMYK0.620.0400.07
HSL184.08º81.22%64.51%-
HSV(B)184.08º61.76%93.33%-
XYZ47.4963.8890.72-
YUV188.18156.1158.69-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.34%
GREEN value IS 228 (89.45% from 255) = 40.93%
BLUE value IS 238 (93.36% from 255) = 42.73%
R=16.34%
G=40.93%
B=42.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal912282380.620.0400.07184.0881.2264.51
Hex5BE4EE3E407b85141
Octal13334435676407270121101
Binary1011011111001001110111011111010001111011100010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BE4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,228,238); }

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

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

 a { background-color: rgb(91,228,238); }

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

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

 span { border-color: rgb(91,228,238); }

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