#56F3BC

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

Shades of Turquoise #56F3BC

Tints of Turquoise #56F3BC

Color information

#56F3BC (or 0x56F3BC) is unknown color: approx Turquoise. HEX triplet: 56, F3 and BC. RGB value is (86,243,188). Sum of RGB (Red+Green+Blue) = 86+243+188=517 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.63% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #56F3BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F3BC is #A90C43. Grayscale: #BDBDBD. Windows color (decimal): -11078724 or 12383062. OLE color: 12383062.

HSL color Cylindrical-coordinate representation of color #56F3BC: hue angle of 158.98º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F3BC is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB86243188-
CMYK0.6500.230.05
HSL158.98º86.74%64.51%-
HSV(B)158.98º64.61%95.29%-
XYZ44.9769.7158.66-
YUV189.79126.9953.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.63%
GREEN value IS 243 (95.31% from 255) = 47.00%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=16.63%
G=47.00%
B=36.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal862431880.6500.230.05158.9886.7464.51
Hex56F3BC4101759f5741
Octal1263632741010275237127101
Binary1010110111100111011110010000010101111011001111110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56F3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,243,188); }

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

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

 a { background-color: rgb(86,243,188); }

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

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

 span { border-color: rgb(86,243,188); }

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