#56C7BA

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

Shades of Medium Turquoise #56C7BA

Tints of Medium Turquoise #56C7BA

Color information

#56C7BA (or 0x56C7BA) is unknown color: approx Medium Turquoise. HEX triplet: 56, C7 and BA. RGB value is (86,199,186). Sum of RGB (Red+Green+Blue) = 86+199+186=471 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.26% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 199 - color contains mainly: green. Hex color #56C7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C7BA is #A93845. Grayscale: #A3A3A3. Windows color (decimal): -11089990 or 12240726. OLE color: 12240726.

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

Color convert

RGB86199186-
CMYK0.5700.070.22
HSL173.1º50.22%55.88%-
HSV(B)173.1º56.78%78.04%-
XYZ33.1246.3753.66-
YUV163.73140.5672.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.26%
GREEN value IS 199 (78.12% from 255) = 42.25%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=18.26%
G=42.25%
B=39.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal861991860.5700.070.22173.150.2255.88
Hex56C7BA390716ad3238
Octal1263072727107262556270
Binary1010110110001111011101011100101111011010101101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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