#56E4F5

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

Shades of Turquoise Blue #56E4F5

Tints of Turquoise Blue #56E4F5

Color information

#56E4F5 (or 0x56E4F5) is unknown color: approx Turquoise Blue. HEX triplet: 56, E4 and F5. RGB value is (86,228,245). Sum of RGB (Red+Green+Blue) = 86+228+245=559 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.38% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #56E4F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56E4F5 is #A91B0A. Grayscale: #BBBBBB. Windows color (decimal): -11082507 or 16114774. OLE color: 16114774.

HSL color Cylindrical-coordinate representation of color #56E4F5: hue angle of 186.42º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56E4F5 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB86228245-
CMYK0.650.0700.04
HSL186.42º88.83%64.9%-
HSV(B)186.42º64.9%96.08%-
XYZ48.0664.0696.22-
YUV187.48160.4655.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.38%
GREEN value IS 228 (89.45% from 255) = 40.79%
BLUE value IS 245 (96.09% from 255) = 43.83%
R=15.38%
G=40.79%
B=43.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal862282450.650.0700.04186.4288.8364.9
Hex56E4F541704ba5941
Octal126344365101704272131101
Binary10101101110010011110101100000111101001011101010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,228,245); }

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

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

 a { background-color: rgb(86,228,245); }

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

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

 span { border-color: rgb(86,228,245); }

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