#56F1E9

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

Shades of Turquoise Blue #56F1E9

Tints of Turquoise Blue #56F1E9

Color information

#56F1E9 (or 0x56F1E9) is unknown color: approx Turquoise Blue. HEX triplet: 56, F1 and E9. RGB value is (86,241,233). Sum of RGB (Red+Green+Blue) = 86+241+233=560 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.36% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 233 (91.41% from 255 or 41.61% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #56F1E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56F1E9 is #A90E16. Grayscale: #C1C1C1. Windows color (decimal): -11079191 or 15331670. OLE color: 15331670.

HSL color Cylindrical-coordinate representation of color #56F1E9: hue angle of 176.9º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56F1E9 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB86241233-
CMYK0.6400.030.05
HSL176.9º84.7%64.12%-
HSV(B)176.9º64.32%94.51%-
XYZ5070.7788.12-
YUV193.74150.1551.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.36%
GREEN value IS 241 (94.53% from 255) = 43.04%
BLUE value IS 233 (91.41% from 255) = 41.61%
R=15.36%
G=43.04%
B=41.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal862412330.6400.030.05176.984.764.12
Hex56F1E940035b15540
Octal126361351100035261125100
Binary1010110111100011110100110000000111011011000110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56F1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,241,233); }

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

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

 a { background-color: rgb(86,241,233); }

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

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

 span { border-color: rgb(86,241,233); }

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