#56E4DF

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

Shades of Turquoise #56E4DF

Tints of Turquoise #56E4DF

Color information

#56E4DF (or 0x56E4DF) is unknown color: approx Turquoise. HEX triplet: 56, E4 and DF. RGB value is (86,228,223). Sum of RGB (Red+Green+Blue) = 86+228+223=537 (71% of max value = 765). Red value is 86 (33.98% from 255 or 16.01% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 228 - color contains mainly: green. Hex color #56E4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E4DF is #A91B20. Grayscale: #B8B8B8. Windows color (decimal): -11082529 or 14672982. OLE color: 14672982.

HSL color Cylindrical-coordinate representation of color #56E4DF: hue angle of 177.89º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E4DF is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB86228223-
CMYK0.6200.020.11
HSL177.89º72.45%61.57%-
HSV(B)177.89º62.28%89.41%-
XYZ44.962.7979.57-
YUV184.97149.4657.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.01%
GREEN value IS 228 (89.45% from 255) = 42.46%
BLUE value IS 223 (87.5% from 255) = 41.53%
R=16.01%
G=42.46%
B=41.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal862282230.6200.020.11177.8972.4561.57
Hex56E4DF3E02Bb2483e
Octal12634433776021326211076
Binary101011011100100110111111111100101011101100101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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