#56e8f7

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

Shades of Turquoise Blue #56E8F7

Tints of Turquoise Blue #56E8F7

Color information

#56E8F7 (or 0x56E8F7) is unknown color: approx Turquoise Blue. HEX triplet: 56, E8 and F7. RGB value is (86,232,247). Sum of RGB (Red+Green+Blue) = 86+232+247=565 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.22% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 247 (96.88% from 255 or 43.72% from 565); Max value from RGB is 247 - color contains mainly: blue. Hex color #56E8F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56E8F7 is #A91708. Grayscale: #BDBDBD. Windows color (decimal): -11081481 or 16246870. OLE color: 16246870.

HSL color Cylindrical-coordinate representation of color #56E8F7: hue angle of 185.59º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56E8F7 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB86232247-
CMYK0.650.0600.03
HSL185.59º90.96%65.29%-
HSV(B)185.59º65.18%96.86%-
XYZ49.4866.4198.21-
YUV190.06160.1353.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.22%
GREEN value IS 232 (91.02% from 255) = 41.06%
BLUE value IS 247 (96.88% from 255) = 43.72%
R=15.22%
G=41.06%
B=43.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal862322470.650.0600.03185.5990.9665.29
Hex56E8F741603ba5b41
Octal126350367101603272133101
Binary1010110111010001111011110000011100111011101010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56e8f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,232,247); }

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

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

 a { background-color: rgb(86,232,247); }

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

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

 span { border-color: rgb(86,232,247); }

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