#56F1EC

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

Shades of Turquoise Blue #56F1EC

Tints of Turquoise Blue #56F1EC

Color information

#56F1EC (or 0x56F1EC) is unknown color: approx Turquoise Blue. HEX triplet: 56, F1 and EC. RGB value is (86,241,236). Sum of RGB (Red+Green+Blue) = 86+241+236=563 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.28% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #56F1EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56F1EC is #A90E13. Grayscale: #C1C1C1. Windows color (decimal): -11079188 or 15528278. OLE color: 15528278.

HSL color Cylindrical-coordinate representation of color #56F1EC: hue angle of 178.06º 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 #56F1EC is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB86241236-
CMYK0.6400.020.05
HSL178.06º84.7%64.12%-
HSV(B)178.06º64.32%94.51%-
XYZ50.4370.9590.39-
YUV194.08151.6550.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.28%
GREEN value IS 241 (94.53% from 255) = 42.81%
BLUE value IS 236 (92.58% from 255) = 41.92%
R=15.28%
G=42.81%
B=41.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal862412360.6400.020.05178.0684.764.12
Hex56F1EC40025b25540
Octal126361354100025262125100
Binary1010110111100011110110010000000101011011001010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56F1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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