#5BE0FA

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

Shades of Turquoise Blue #5BE0FA

Tints of Turquoise Blue #5BE0FA

Color information

#5BE0FA (or 0x5BE0FA) is unknown color: approx Turquoise Blue. HEX triplet: 5B, E0 and FA. RGB value is (91,224,250). Sum of RGB (Red+Green+Blue) = 91+224+250=565 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.11% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BE0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BE0FA is #A41F05. Grayscale: #BABABA. Windows color (decimal): -10755846 or 16441435. OLE color: 16441435.

HSL color Cylindrical-coordinate representation of color #5BE0FA: hue angle of 189.81º degrees, saturation: 0.94, 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 #5BE0FA is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB91224250-
CMYK0.640.1000.02
HSL189.81º94.08%66.86%-
HSV(B)189.81º63.6%98.04%-
XYZ48.2362.4499.95-
YUV187.2163.4459.39-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.11%
GREEN value IS 224 (87.89% from 255) = 39.65%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=16.11%
G=39.65%
B=44.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal912242500.640.1000.02189.8194.0866.86
Hex5BE0FA40A02be5e43
Octal1333403721001202276136103
Binary10110111110000011111010100000010100101011111010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BE0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,224,250); }

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

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

 a { background-color: rgb(91,224,250); }

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

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

 span { border-color: rgb(91,224,250); }

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