#56f6e0

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

Shades of Turquoise #56F6E0

Tints of Turquoise #56F6E0

Color information

#56F6E0 (or 0x56F6E0) is unknown color: approx Turquoise. HEX triplet: 56, F6 and E0. RGB value is (86,246,224). Sum of RGB (Red+Green+Blue) = 86+246+224=556 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.47% from 556); Green value is 246 (96.48% from 255 or 44.24% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 246 - color contains mainly: green. Hex color #56F6E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F6E0 is #A9091F. Grayscale: #C3C3C3. Windows color (decimal): -11077920 or 14743126. OLE color: 14743126.

HSL color Cylindrical-coordinate representation of color #56F6E0: hue angle of 171.75º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F6E0 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB86246224-
CMYK0.6500.090.04
HSL171.75º89.89%65.1%-
HSV(B)171.75º65.04%96.47%-
XYZ50.2573.2782.02-
YUV195.65143.9949.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.47%
GREEN value IS 246 (96.48% from 255) = 44.24%
BLUE value IS 224 (87.89% from 255) = 40.29%
R=15.47%
G=44.24%
B=40.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal862462240.6500.090.04171.7589.8965.1
Hex56F6E041094ac5a41
Octal1263663401010114254132101
Binary101011011110110111000001000001010011001010110010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56f6e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,246,224); }

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

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

 a { background-color: rgb(86,246,224); }

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

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

 span { border-color: rgb(86,246,224); }

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