#56E0E8

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

Shades of Turquoise Blue #56E0E8

Tints of Turquoise Blue #56E0E8

Color information

#56E0E8 (or 0x56E0E8) is unknown color: approx Turquoise Blue. HEX triplet: 56, E0 and E8. RGB value is (86,224,232). Sum of RGB (Red+Green+Blue) = 86+224+232=542 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.87% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #56E0E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56E0E8 is #A91F17. Grayscale: #B7B7B7. Windows color (decimal): -11083544 or 15261782. OLE color: 15261782.

HSL color Cylindrical-coordinate representation of color #56E0E8: hue angle of 183.29º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56E0E8 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB86224232-
CMYK0.630.0300.09
HSL183.29º76.04%62.35%-
HSV(B)183.29º62.93%90.98%-
XYZ45.0661.1285.77-
YUV183.65155.2858.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.87%
GREEN value IS 224 (87.89% from 255) = 41.33%
BLUE value IS 232 (91.02% from 255) = 42.80%
R=15.87%
G=41.33%
B=42.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal862242320.630.0300.09183.2976.0462.35
Hex56E0E83F309b74c3e
Octal12634035077301126711476
Binary101011011100000111010001111111101001101101111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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