#56E7EF

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

Shades of Turquoise Blue #56E7EF

Tints of Turquoise Blue #56E7EF

Color information

#56E7EF (or 0x56E7EF) is unknown color: approx Turquoise Blue. HEX triplet: 56, E7 and EF. RGB value is (86,231,239). Sum of RGB (Red+Green+Blue) = 86+231+239=556 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.47% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #56E7EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56E7EF is #A91810. Grayscale: #BCBCBC. Windows color (decimal): -11081745 or 15722326. OLE color: 15722326.

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

Color convert

RGB86231239-
CMYK0.640.0300.06
HSL183.14º82.7%63.73%-
HSV(B)183.14º64.02%93.73%-
XYZ47.9965.3691.75-
YUV188.56156.4654.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.47%
GREEN value IS 231 (90.62% from 255) = 41.55%
BLUE value IS 239 (93.75% from 255) = 42.99%
R=15.47%
G=41.55%
B=42.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal862312390.640.0300.06183.1482.763.73
Hex56E7EF40306b75340
Octal126347357100306267123100
Binary1010110111001111110111110000001101101011011110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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