#56F3BE

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

Shades of Turquoise #56F3BE

Tints of Turquoise #56F3BE

Color information

#56F3BE (or 0x56F3BE) is unknown color: approx Turquoise. HEX triplet: 56, F3 and BE. RGB value is (86,243,190). Sum of RGB (Red+Green+Blue) = 86+243+190=519 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.57% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #56F3BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F3BE is #A90C41. Grayscale: #BEBEBE. Windows color (decimal): -11078722 or 12514134. OLE color: 12514134.

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

Color convert

RGB86243190-
CMYK0.6500.220.05
HSL159.75º86.74%64.51%-
HSV(B)159.75º64.61%95.29%-
XYZ45.1869.859.81-
YUV190.02127.9953.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.57%
GREEN value IS 243 (95.31% from 255) = 46.82%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=16.57%
G=46.82%
B=36.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal862431900.6500.220.05159.7586.7464.51
Hex56F3BE410165a05741
Octal1263632761010265240127101
Binary1010110111100111011111010000010101101011010000010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56F3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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