#56F9C3

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

Shades of Turquoise #56F9C3

Tints of Turquoise #56F9C3

Color information

#56F9C3 (or 0x56F9C3) is unknown color: approx Turquoise. HEX triplet: 56, F9 and C3. RGB value is (86,249,195). Sum of RGB (Red+Green+Blue) = 86+249+195=530 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.23% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #56F9C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F9C3 is #A9063C. Grayscale: #C2C2C2. Windows color (decimal): -11077181 or 12843350. OLE color: 12843350.

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

Color convert

RGB86249195-
CMYK0.6500.220.02
HSL160.12º93.14%65.69%-
HSV(B)160.12º65.46%97.65%-
XYZ47.5673.6763.34-
YUV194.11128.550.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.23%
GREEN value IS 249 (97.66% from 255) = 46.98%
BLUE value IS 195 (76.56% from 255) = 36.79%
R=16.23%
G=46.98%
B=36.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal862491950.6500.220.02160.1293.1465.69
Hex56F9C3410162a05d42
Octal1263713031010262240135102
Binary101011011111001110000111000001010110101010000010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56F9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,249,195); }

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

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

 a { background-color: rgb(86,249,195); }

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

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

 span { border-color: rgb(86,249,195); }

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