#56f6df

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

Shades of Turquoise #56F6DF

Tints of Turquoise #56F6DF

Color information

#56F6DF (or 0x56F6DF) is unknown color: approx Turquoise. HEX triplet: 56, F6 and DF. RGB value is (86,246,223). Sum of RGB (Red+Green+Blue) = 86+246+223=555 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.50% from 555); Green value is 246 (96.48% from 255 or 44.32% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 246 - color contains mainly: green. Hex color #56F6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F6DF is #A90920. Grayscale: #C3C3C3. Windows color (decimal): -11077921 or 14677590. OLE color: 14677590.

HSL color Cylindrical-coordinate representation of color #56F6DF: hue angle of 171.38º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F6DF is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB86246223-
CMYK0.6500.090.04
HSL171.38º89.89%65.1%-
HSV(B)171.38º65.04%96.47%-
XYZ50.1173.2281.3-
YUV195.54143.4949.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.50%
GREEN value IS 246 (96.48% from 255) = 44.32%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=15.50%
G=44.32%
B=40.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal862462230.6500.090.04171.3889.8965.1
Hex56F6DF41094ab5a41
Octal1263663371010114253132101
Binary101011011110110110111111000001010011001010101110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56f6df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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