#56FAC9

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

Shades of Turquoise #56FAC9

Tints of Turquoise #56FAC9

Color information

#56FAC9 (or 0x56FAC9) is unknown color: approx Turquoise. HEX triplet: 56, FA and C9. RGB value is (86,250,201). Sum of RGB (Red+Green+Blue) = 86+250+201=537 (71% of max value = 765). Red value is 86 (33.98% from 255 or 16.01% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #56FAC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FAC9 is #A90536. Grayscale: #C3C3C3. Windows color (decimal): -11076919 or 13236822. OLE color: 13236822.

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

Color convert

RGB86250201-
CMYK0.6600.200.02
HSL162.07º94.25%65.88%-
HSV(B)162.07º65.6%98.04%-
XYZ48.5774.5767.09-
YUV195.38131.1749.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.01%
GREEN value IS 250 (98.05% from 255) = 46.55%
BLUE value IS 201 (78.91% from 255) = 37.43%
R=16.01%
G=46.55%
B=37.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal862502010.6600.200.02162.0794.2565.88
Hex56FAC9420142a25e42
Octal1263723111020242242136102
Binary101011011111010110010011000010010100101010001010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56FAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,250,201); }

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

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

 a { background-color: rgb(86,250,201); }

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

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

 span { border-color: rgb(86,250,201); }

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