#56FDC6

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

Shades of Turquoise #56FDC6

Tints of Turquoise #56FDC6

Color information

#56FDC6 (or 0x56FDC6) is unknown color: approx Turquoise. HEX triplet: 56, FD and C6. RGB value is (86,253,198). Sum of RGB (Red+Green+Blue) = 86+253+198=537 (71% of max value = 765). Red value is 86 (33.98% from 255 or 16.01% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #56FDC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FDC6 is #A90239. Grayscale: #C4C4C4. Windows color (decimal): -11076154 or 13040982. OLE color: 13040982.

HSL color Cylindrical-coordinate representation of color #56FDC6: hue angle of 160.24º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FDC6 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB86253198-
CMYK0.6600.220.01
HSL160.24º97.66%66.47%-
HSV(B)160.24º66.01%99.22%-
XYZ49.1676.3165.56-
YUV196.8128.6748.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.01%
GREEN value IS 253 (99.22% from 255) = 47.11%
BLUE value IS 198 (77.73% from 255) = 36.87%
R=16.01%
G=47.11%
B=36.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal862531980.6600.220.01160.2497.6666.47
Hex56FDC6420161a06242
Octal1263753061020261240142102
Binary10101101111110111000110100001001011011010000011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56FDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,253,198); }

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

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

 a { background-color: rgb(86,253,198); }

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

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

 span { border-color: rgb(86,253,198); }

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