#5be2ff

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

Shades of Turquoise Blue #5BE2FF

Tints of Turquoise Blue #5BE2FF

Color information

#5BE2FF (or 0x5BE2FF) is unknown color: approx 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

RGB91226255-
CMYK0.640.1100
HSL190.61º100%67.84%-
HSV(B)190.61º64.31%100%-
XYZ49.5663.84104.32-
YUV188.94165.2758.14-

RGB Variations

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

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 (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal912262550.640.1100190.6110067.84
Hex5BE2FF40B00bf6444
Octal1333423771001300277144104
Binary1011011111000101111111110000001011001011111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5be2ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>