#56E9DD

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

Shades of Turquoise #56E9DD

Tints of Turquoise #56E9DD

Color information

#56E9DD (or 0x56E9DD) is unknown color: approx Turquoise. HEX triplet: 56, E9 and DD. RGB value is (86,233,221). Sum of RGB (Red+Green+Blue) = 86+233+221=540 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.93% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #56E9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56E9DD is #A91622. Grayscale: #BBBBBB. Windows color (decimal): -11081251 or 14543190. OLE color: 14543190.

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

Color convert

RGB86233221-
CMYK0.6300.050.09
HSL175.1º76.96%62.55%-
HSV(B)175.1º63.09%91.37%-
XYZ46.0365.4878.62-
YUV187.68146.855.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.93%
GREEN value IS 233 (91.41% from 255) = 43.15%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=15.93%
G=43.15%
B=40.93%

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
Decimal862332210.6300.050.09175.176.9662.55
Hex56E9DD3F059af4d3f
Octal12635133577051125711577
Binary1010110111010011101110111111101011001101011111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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