#56FAD7

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

Shades of Turquoise #56FAD7

Tints of Turquoise #56FAD7

Color information

#56FAD7 (or 0x56FAD7) is unknown color: approx Turquoise. HEX triplet: 56, FA and D7. RGB value is (86,250,215). Sum of RGB (Red+Green+Blue) = 86+250+215=551 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.61% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #56FAD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FAD7 is #A90528. Grayscale: #C4C4C4. Windows color (decimal): -11076905 or 14154326. OLE color: 14154326.

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

Color convert

RGB86250215-
CMYK0.6600.140.02
HSL167.2º94.25%65.88%-
HSV(B)167.2º65.6%98.04%-
XYZ50.2975.2676.17-
YUV196.97138.1748.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.61%
GREEN value IS 250 (98.05% from 255) = 45.37%
BLUE value IS 215 (84.38% from 255) = 39.02%
R=15.61%
G=45.37%
B=39.02%

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
Decimal862502150.6600.140.02167.294.2565.88
Hex56FAD7420E2a75e42
Octal1263723271020162247136102
Binary10101101111101011010111100001001110101010011110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56FAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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