Html Css Color HEX #5BE4FB Turquoise Blue

📋 copy color: '#5BE4FB'

red 91 ◦ green 228 ◦ blue 251

#5BE4FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #5BE4FB

Tints of Turquoise Blue #5BE4FB

RGB

 RED value IS 91 (35.94% from 255) = 15.96%

 GREEN value IS 228 (89.45% from 255) = 40%

 BLUE value IS 251 (98.44% from 255) = 44.04%

R = 15.96%
G = 40%
B = 44.04%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5BE4FB (or 0x5BE4FB) is known color: Turquoise Blue. HEX triplet: 5B, E4 and FB. RGB value is (91,228,251). Sum of RGB (Red+Green+Blue) = 91+228+251=570 (75% of max value = 765). Red value is 91 (35.94% from 255 or 15.96% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #5BE4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BE4FB is #A41B04. Grayscale: #BDBDBD. Windows color (decimal): -10754821 or 16507995. OLE color: 16507995.

HSL color Cylindrical-coordinate representation of color #5BE4FB: hue angle of 188.62º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BE4FB is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 91 228 251 -
CMYK 0.64 0.09 0 0.02
HSL 188.63º 0.95% 0.67% -
HSV(B) 188.63º 0.64% 0.98% -
XYZ 49.47 64.68 101.14 -
YUV 189.66 162.61 57.63 -
System Red Green Blue C M Y K H S L
Decimal 91 228 251 0.64 0.09 0 0.02 188.63 0.95 0.67
Hex 5B E4 FB 40 9 0 2 BD 5F 43
Octal 133 344 373 100 11 0 2 275 137 103
Binary 1011011 11100100 11111011 1000000 1001 0 10 10111101 1011111 1000011

Color Harmonies of #5BE4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BE4FB

Black with #5BE4FB

Text Example


Text Example

White with #5BE4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5BE4FB;
 }
 .AnyTagClassName
 {
   color: #5BE4FB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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