#56E6F5

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

Shades of Turquoise Blue #56E6F5

Tints of Turquoise Blue #56E6F5

Color information

#56E6F5 (or 0x56E6F5) is unknown color: approx Turquoise Blue. HEX triplet: 56, E6 and F5. RGB value is (86,230,245). Sum of RGB (Red+Green+Blue) = 86+230+245=561 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.33% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 245 - color contains mainly: blue. Hex color #56E6F5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56E6F5 is #A9190A. Grayscale: #BCBCBC. Windows color (decimal): -11081995 or 16115286. OLE color: 16115286.

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

Color convert

RGB86230245-
CMYK0.650.0600.04
HSL185.66º88.83%64.9%-
HSV(B)185.66º64.9%96.08%-
XYZ48.6265.1696.4-
YUV188.65159.7954.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.33%
GREEN value IS 230 (90.23% from 255) = 41.00%
BLUE value IS 245 (96.09% from 255) = 43.67%
R=15.33%
G=41.00%
B=43.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal862302450.650.0600.04185.6688.8364.9
Hex56E6F541604ba5941
Octal126346365101604272131101
Binary10101101110011011110101100000111001001011101010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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