#5BE2F8

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

Shades of Turquoise Blue #5BE2F8

Tints of Turquoise Blue #5BE2F8

Color information

#5BE2F8 (or 0x5BE2F8) is unknown color: approx Turquoise Blue. HEX triplet: 5B, E2 and F8. RGB value is (91,226,248). Sum of RGB (Red+Green+Blue) = 91+226+248=565 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.11% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #5BE2F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BE2F8 is #A41D07. Grayscale: #BBBBBB. Windows color (decimal): -10755336 or 16310875. OLE color: 16310875.

HSL color Cylindrical-coordinate representation of color #5BE2F8: hue angle of 188.41º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BE2F8 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB91226248-
CMYK0.630.0900.03
HSL188.41º91.81%66.47%-
HSV(B)188.41º63.31%97.25%-
XYZ48.4563.3998.49-
YUV188.14161.7758.71-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.11%
GREEN value IS 226 (88.67% from 255) = 40%
BLUE value IS 248 (97.27% from 255) = 43.89%
R=16.11%
G=40%
B=43.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal912262480.630.0900.03188.4191.8166.47
Hex5BE2F83F903bc5c42
Octal133342370771103274134102
Binary1011011111000101111100011111110010111011110010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BE2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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