#56E9DE

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

Shades of Turquoise #56E9DE

Tints of Turquoise #56E9DE

Color information

#56E9DE (or 0x56E9DE) is unknown color: approx Turquoise. HEX triplet: 56, E9 and DE. RGB value is (86,233,222). Sum of RGB (Red+Green+Blue) = 86+233+222=541 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.90% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #56E9DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56E9DE is #A91621. Grayscale: #BBBBBB. Windows color (decimal): -11081250 or 14608726. OLE color: 14608726.

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

Color convert

RGB86233222-
CMYK0.6300.050.09
HSL175.51º76.96%62.55%-
HSV(B)175.51º63.09%91.37%-
XYZ46.1665.5379.32-
YUV187.79147.355.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.90%
GREEN value IS 233 (91.41% from 255) = 43.07%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=15.90%
G=43.07%
B=41.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal862332220.6300.050.09175.5176.9662.55
Hex56E9DE3F059b04d3f
Octal12635133677051126011577
Binary1010110111010011101111011111101011001101100001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,233,222); }

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

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

 a { background-color: rgb(86,233,222); }

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

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

 span { border-color: rgb(86,233,222); }

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