#56C6BB

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

Shades of Medium Turquoise #56C6BB

Tints of Medium Turquoise #56C6BB

Color information

#56C6BB (or 0x56C6BB) is unknown color: approx Medium Turquoise. HEX triplet: 56, C6 and BB. RGB value is (86,198,187). Sum of RGB (Red+Green+Blue) = 86+198+187=471 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.26% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 198 - color contains mainly: green. Hex color #56C6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C6BB is #A93944. Grayscale: #A3A3A3. Windows color (decimal): -11090245 or 12306006. OLE color: 12306006.

HSL color Cylindrical-coordinate representation of color #56C6BB: hue angle of 174.11º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56C6BB is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB86198187-
CMYK0.5700.060.22
HSL174.11º49.56%55.69%-
HSV(B)174.11º56.57%77.65%-
XYZ3345.9554.14-
YUV163.26141.3972.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.26%
GREEN value IS 198 (77.73% from 255) = 42.04%
BLUE value IS 187 (73.44% from 255) = 39.70%
R=18.26%
G=42.04%
B=39.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal861981870.5700.060.22174.1149.5655.69
Hex56C6BB390616ae3238
Octal1263062737106262566270
Binary1010110110001101011101111100101101011010101110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,198,187); }

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

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

 a { background-color: rgb(86,198,187); }

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

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

 span { border-color: rgb(86,198,187); }

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