Html Css Color HEX #5BE2FF Turquoise Blue

📋 copy color: '#5BE2FF'

red 91 ◦ green 226 ◦ blue 255

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

Shades of Turquoise Blue #5BE2FF

Tints of Turquoise Blue #5BE2FF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.51%

 BLUE value IS 255 (100% from 255) = 44.58%

R = 15.91%
G = 39.51%
B = 44.58%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5BE2FF (or 0x5BE2FF) is known color: Turquoise Blue. HEX triplet: 5B, E2 and FF. RGB value is (91,226,255). Sum of RGB (Red+Green+Blue) = 91+226+255=572 (75% of max value = 765). Red value is 91 (35.94% from 255 or 15.91% from 572); Green value is 226 (88.67% from 255 or 39.51% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #5BE2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BE2FF is #A41D00. Grayscale: #BCBCBC. Windows color (decimal): -10755329 or 16769627. OLE color: 16769627.

HSL color Cylindrical-coordinate representation of color #5BE2FF: hue angle of 190.61º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BE2FF is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 91 226 255 -
CMYK 0.64 0.11 0 0
HSL 190.61º 1% 0.68% -
HSV(B) 190.61º 0.64% 1% -
XYZ 49.56 63.84 104.32 -
YUV 188.94 165.27 58.14 -
System Red Green Blue C M Y K H S L
Decimal 91 226 255 0.64 0.11 0 0 190.61 1 0.68
Hex 5B E2 FF 40 B 0 0 BF 64 44
Octal 133 342 377 100 13 0 0 277 144 104
Binary 1011011 11100010 11111111 1000000 1011 0 0 10111111 1100100 1000100

Color Harmonies of #5BE2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BE2FF

Black with #5BE2FF

Text Example


Text Example

White with #5BE2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,226,255); }

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

background-color css

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

 a { background-color: rgb(91,226,255); }

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

border-color css

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

 span { border-color: rgb(91,226,255); }

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