#56E9D9

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

Shades of Turquoise #56E9D9

Tints of Turquoise #56E9D9

Color information

#56E9D9 (or 0x56E9D9) is unknown color: approx Turquoise. HEX triplet: 56, E9 and D9. RGB value is (86,233,217). Sum of RGB (Red+Green+Blue) = 86+233+217=536 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.04% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #56E9D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56E9D9 is #A91626. Grayscale: #BBBBBB. Windows color (decimal): -11081255 or 14281046. OLE color: 14281046.

HSL color Cylindrical-coordinate representation of color #56E9D9: hue angle of 173.47º 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 #56E9D9 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB86233217-
CMYK0.6300.070.09
HSL173.47º76.96%62.55%-
HSV(B)173.47º63.09%91.37%-
XYZ45.565.2775.85-
YUV187.22144.855.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.04%
GREEN value IS 233 (91.41% from 255) = 43.47%
BLUE value IS 217 (85.16% from 255) = 40.49%
R=16.04%
G=43.47%
B=40.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal862332170.6300.070.09173.4776.9662.55
Hex56E9D93F079ad4d3f
Octal12635133177071125511577
Binary1010110111010011101100111111101111001101011011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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