#5BE4FC

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

Shades of Turquoise Blue #5BE4FC

Tints of Turquoise Blue #5BE4FC

Color information

#5BE4FC (or 0x5BE4FC) is unknown color: approx Turquoise Blue. HEX triplet: 5B, E4 and FC. RGB value is (91,228,252). Sum of RGB (Red+Green+Blue) = 91+228+252=571 (75% of max value = 765). Red value is 91 (35.94% from 255 or 15.94% from 571); Green value is 228 (89.45% from 255 or 39.93% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BE4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BE4FC is #A41B03. Grayscale: #BDBDBD. Windows color (decimal): -10754820 or 16573531. OLE color: 16573531.

HSL color Cylindrical-coordinate representation of color #5BE4FC: hue angle of 188.94º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BE4FC is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB91228252-
CMYK0.640.1000.01
HSL188.94º96.41%67.25%-
HSV(B)188.94º63.89%98.82%-
XYZ49.6364.74101.98-
YUV189.77163.1157.55-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 15.94%
GREEN value IS 228 (89.45% from 255) = 39.93%
BLUE value IS 252 (98.83% from 255) = 44.13%
R=15.94%
G=39.93%
B=44.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal912282520.640.1000.01188.9496.4167.25
Hex5BE4FC40A01bd6043
Octal1333443741001201275140103
Binary1011011111001001111110010000001010011011110111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BE4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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