#56e8d8

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

Shades of Turquoise #56E8D8

Tints of Turquoise #56E8D8

Color information

#56E8D8 (or 0x56E8D8) is unknown color: approx Turquoise. HEX triplet: 56, E8 and D8. RGB value is (86,232,216). Sum of RGB (Red+Green+Blue) = 86+232+216=534 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.10% from 534); Green value is 232 (91.02% from 255 or 43.45% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 232 - color contains mainly: green. Hex color #56E8D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56E8D8 is #A91727. Grayscale: #BABABA. Windows color (decimal): -11081512 or 14215254. OLE color: 14215254.

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

Color convert

RGB86232216-
CMYK0.6300.070.09
HSL173.42º76.04%62.35%-
HSV(B)173.42º62.93%90.98%-
XYZ45.0964.6575.07-
YUV186.52144.6356.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.10%
GREEN value IS 232 (91.02% from 255) = 43.45%
BLUE value IS 216 (84.77% from 255) = 40.45%
R=16.10%
G=43.45%
B=40.45%

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
Decimal862322160.6300.070.09173.4276.0462.35
Hex56E8D83F079ad4c3e
Octal12635033077071125511476
Binary1010110111010001101100011111101111001101011011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56e8d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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