#56F4BE

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

Shades of Turquoise #56F4BE

Tints of Turquoise #56F4BE

Color information

#56F4BE (or 0x56F4BE) is unknown color: approx Turquoise. HEX triplet: 56, F4 and BE. RGB value is (86,244,190). Sum of RGB (Red+Green+Blue) = 86+244+190=520 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.54% from 520); Green value is 244 (95.70% from 255 or 46.92% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 244 - color contains mainly: green. Hex color #56F4BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F4BE is #A90B41. Grayscale: #BEBEBE. Windows color (decimal): -11078466 or 12514390. OLE color: 12514390.

HSL color Cylindrical-coordinate representation of color #56F4BE: hue angle of 159.49º degrees, saturation: 0.88, 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 #56F4BE is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB86244190-
CMYK0.6500.220.04
HSL159.49º87.78%64.71%-
HSV(B)159.49º64.75%95.69%-
XYZ45.4870.459.91-
YUV190.6127.6553.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.54%
GREEN value IS 244 (95.70% from 255) = 46.92%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=16.54%
G=46.92%
B=36.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal862441900.6500.220.04159.4987.7864.71
Hex56F4BE4101649f5841
Octal1263642761010264237130101
Binary1010110111101001011111010000010101101001001111110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56F4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,244,190); }

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

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

 a { background-color: rgb(86,244,190); }

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

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

 span { border-color: rgb(86,244,190); }

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