#56E5FB

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

Shades of Turquoise Blue #56E5FB

Tints of Turquoise Blue #56E5FB

Color information

#56E5FB (or 0x56E5FB) is unknown color: approx Turquoise Blue. HEX triplet: 56, E5 and FB. RGB value is (86,229,251). Sum of RGB (Red+Green+Blue) = 86+229+251=566 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.19% from 566); Green value is 229 (89.84% from 255 or 40.46% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #56E5FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56E5FB is #A91A04. Grayscale: #BCBCBC. Windows color (decimal): -11082245 or 16508246. OLE color: 16508246.

HSL color Cylindrical-coordinate representation of color #56E5FB: hue angle of 188º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56E5FB is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB86229251-
CMYK0.660.0900.02
HSL188º95.38%66.08%-
HSV(B)188º65.74%98.43%-
XYZ49.2764.98101.21-
YUV188.75163.1254.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.19%
GREEN value IS 229 (89.84% from 255) = 40.46%
BLUE value IS 251 (98.44% from 255) = 44.35%
R=15.19%
G=40.46%
B=44.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal862292510.660.0900.0218895.3866.08
Hex56E5FB42902bc5f42
Octal1263453731021102274137102
Binary10101101110010111111011100001010010101011110010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56E5FB; }

 p { color: rgb(86,229,251); }

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

<style>
 a { background-color: #56E5FB; }

 a { background-color: rgb(86,229,251); }

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

<style>
 span { border-color: #56E5FB; }

 span { border-color: rgb(86,229,251); }

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