#5BE4EA

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

Shades of Turquoise Blue #5BE4EA

Tints of Turquoise Blue #5BE4EA

Color information

#5BE4EA (or 0x5BE4EA) is unknown color: approx Turquoise Blue. HEX triplet: 5B, E4 and EA. RGB value is (91,228,234). Sum of RGB (Red+Green+Blue) = 91+228+234=553 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.46% from 553); Green value is 228 (89.45% from 255 or 41.23% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #5BE4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BE4EA is #A41B15. Grayscale: #BBBBBB. Windows color (decimal): -10754838 or 15393883. OLE color: 15393883.

HSL color Cylindrical-coordinate representation of color #5BE4EA: hue angle of 182.52º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BE4EA is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB91228234-
CMYK0.610.0300.08
HSL182.52º77.3%63.73%-
HSV(B)182.52º61.11%91.76%-
XYZ46.9163.6587.66-
YUV187.72154.1159.01-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.46%
GREEN value IS 228 (89.45% from 255) = 41.23%
BLUE value IS 234 (91.80% from 255) = 42.31%
R=16.46%
G=41.23%
B=42.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal912282340.610.0300.08182.5277.363.73
Hex5BE4EA3D308b74d40
Octal133344352753010267115100
Binary1011011111001001110101011110111010001011011110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BE4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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