#56E6EF

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

Shades of Turquoise Blue #56E6EF

Tints of Turquoise Blue #56E6EF

Color information

#56E6EF (or 0x56E6EF) is unknown color: approx Turquoise Blue. HEX triplet: 56, E6 and EF. RGB value is (86,230,239). Sum of RGB (Red+Green+Blue) = 86+230+239=555 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.50% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #56E6EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56E6EF is #A91910. Grayscale: #BBBBBB. Windows color (decimal): -11082001 or 15722070. OLE color: 15722070.

HSL color Cylindrical-coordinate representation of color #56E6EF: hue angle of 183.53º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56E6EF is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB86230239-
CMYK0.640.0400.06
HSL183.53º82.7%63.73%-
HSV(B)183.53º64.02%93.73%-
XYZ47.7164.891.65-
YUV187.97156.7955.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.50%
GREEN value IS 230 (90.23% from 255) = 41.44%
BLUE value IS 239 (93.75% from 255) = 43.06%
R=15.50%
G=41.44%
B=43.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal862302390.640.0400.06183.5382.763.73
Hex56E6EF40406b85340
Octal126346357100406270123100
Binary10101101110011011101111100000010001101011100010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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