#56E5DF

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

Shades of Turquoise #56E5DF

Tints of Turquoise #56E5DF

Color information

#56E5DF (or 0x56E5DF) is unknown color: approx Turquoise. HEX triplet: 56, E5 and DF. RGB value is (86,229,223). Sum of RGB (Red+Green+Blue) = 86+229+223=538 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.99% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 229 - color contains mainly: green. Hex color #56E5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E5DF is #A91A20. Grayscale: #B9B9B9. Windows color (decimal): -11082273 or 14673238. OLE color: 14673238.

HSL color Cylindrical-coordinate representation of color #56E5DF: hue angle of 177.48º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E5DF is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB86229223-
CMYK0.6200.030.10
HSL177.48º73.33%61.76%-
HSV(B)177.48º62.45%89.8%-
XYZ45.1863.3479.66-
YUV185.56149.1256.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.99%
GREEN value IS 229 (89.84% from 255) = 42.57%
BLUE value IS 223 (87.5% from 255) = 41.45%
R=15.99%
G=42.57%
B=41.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal862292230.6200.030.10177.4873.3361.76
Hex56E5DF3E03Ab1493e
Octal12634533776031226111176
Binary101011011100101110111111111100111010101100011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,229,223); }

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

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

 a { background-color: rgb(86,229,223); }

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

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

 span { border-color: rgb(86,229,223); }

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