#56FAD6

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

Shades of Turquoise #56FAD6

Tints of Turquoise #56FAD6

Color information

#56FAD6 (or 0x56FAD6) is unknown color: approx Turquoise. HEX triplet: 56, FA and D6. RGB value is (86,250,214). Sum of RGB (Red+Green+Blue) = 86+250+214=550 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.64% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #56FAD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FAD6 is #A90529. Grayscale: #C4C4C4. Windows color (decimal): -11076906 or 14088790. OLE color: 14088790.

HSL color Cylindrical-coordinate representation of color #56FAD6: hue angle of 166.83º 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 #56FAD6 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB86250214-
CMYK0.6600.140.02
HSL166.83º94.25%65.88%-
HSV(B)166.83º65.6%98.04%-
XYZ50.1675.275.49-
YUV196.86137.6748.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.64%
GREEN value IS 250 (98.05% from 255) = 45.45%
BLUE value IS 214 (83.98% from 255) = 38.91%
R=15.64%
G=45.45%
B=38.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal862502140.6600.140.02166.8394.2565.88
Hex56FAD6420E2a75e42
Octal1263723261020162247136102
Binary10101101111101011010110100001001110101010011110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56FAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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