#56E5F5

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

Shades of Turquoise Blue #56E5F5

Tints of Turquoise Blue #56E5F5

Color information

#56E5F5 (or 0x56E5F5) is unknown color: approx Turquoise Blue. HEX triplet: 56, E5 and F5. RGB value is (86,229,245). Sum of RGB (Red+Green+Blue) = 86+229+245=560 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.36% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 245 (96.09% from 255 or 43.75% from 560); Max value from RGB is 245 - color contains mainly: blue. Hex color #56E5F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56E5F5 is #A91A0A. Grayscale: #BBBBBB. Windows color (decimal): -11082251 or 16115030. OLE color: 16115030.

HSL color Cylindrical-coordinate representation of color #56E5F5: hue angle of 186.04º 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 #56E5F5 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB86229245-
CMYK0.650.0700.04
HSL186.04º88.83%64.9%-
HSV(B)186.04º64.9%96.08%-
XYZ48.3464.6196.31-
YUV188.07160.1255.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.36%
GREEN value IS 229 (89.84% from 255) = 40.89%
BLUE value IS 245 (96.09% from 255) = 43.75%
R=15.36%
G=40.89%
B=43.75%

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
Decimal862292450.650.0700.04186.0488.8364.9
Hex56E5F541704ba5941
Octal126345365101704272131101
Binary10101101110010111110101100000111101001011101010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E5F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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