#56FABA

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

Shades of Turquoise #56FABA

Tints of Turquoise #56FABA

Color information

#56FABA (or 0x56FABA) is unknown color: approx Turquoise. HEX triplet: 56, FA and BA. RGB value is (86,250,186). Sum of RGB (Red+Green+Blue) = 86+250+186=522 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.48% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #56FABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FABA is #A90545. Grayscale: #C1C1C1. Windows color (decimal): -11076934 or 12253782. OLE color: 12253782.

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

Color convert

RGB86250186-
CMYK0.6600.260.02
HSL156.59º94.25%65.88%-
HSV(B)156.59º65.6%98.04%-
XYZ46.8973.8958.25-
YUV193.67123.6751.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.48%
GREEN value IS 250 (98.05% from 255) = 47.89%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=16.48%
G=47.89%
B=35.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal862501860.6600.260.02156.5994.2565.88
Hex56FABA4201A29d5e42
Octal1263722721020322235136102
Binary101011011111010101110101000010011010101001110110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,250,186); }

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

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

 a { background-color: rgb(86,250,186); }

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

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

 span { border-color: rgb(86,250,186); }

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