#5BE6F6

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

Shades of Turquoise Blue #5BE6F6

Tints of Turquoise Blue #5BE6F6

Color information

#5BE6F6 (or 0x5BE6F6) is unknown color: approx Turquoise Blue. HEX triplet: 5B, E6 and F6. RGB value is (91,230,246). Sum of RGB (Red+Green+Blue) = 91+230+246=567 (75% of max value = 765). Red value is 91 (35.94% from 255 or 16.05% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #5BE6F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BE6F6 is #A41909. Grayscale: #BEBEBE. Windows color (decimal): -10754314 or 16180827. OLE color: 16180827.

HSL color Cylindrical-coordinate representation of color #5BE6F6: hue angle of 186.19º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BE6F6 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB91230246-
CMYK0.630.0700.04
HSL186.19º89.6%66.08%-
HSV(B)186.19º63.01%96.47%-
XYZ49.2565.4797.23-
YUV190.26159.4557.2-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.05%
GREEN value IS 230 (90.23% from 255) = 40.56%
BLUE value IS 246 (96.48% from 255) = 43.39%
R=16.05%
G=40.56%
B=43.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal912302460.630.0700.04186.1989.666.08
Hex5BE6F63F704ba5a42
Octal13334636677704272132102
Binary1011011111001101111011011111111101001011101010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BE6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,230,246); }

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

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

 a { background-color: rgb(91,230,246); }

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

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

 span { border-color: rgb(91,230,246); }

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