#56C5C7

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

Shades of Medium Turquoise #56C5C7

Tints of Medium Turquoise #56C5C7

Color information

#56C5C7 (or 0x56C5C7) is unknown color: approx Medium Turquoise. HEX triplet: 56, C5 and C7. RGB value is (86,197,199). Sum of RGB (Red+Green+Blue) = 86+197+199=482 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.84% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 199 - color contains mainly: blue. Hex color #56C5C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C5C7 is #A93A38. Grayscale: #A3A3A3. Windows color (decimal): -11090489 or 13092182. OLE color: 13092182.

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

Color convert

RGB86197199-
CMYK0.570.0100.22
HSL181.06º50.22%55.88%-
HSV(B)181.06º56.78%78.04%-
XYZ34.1146.0361.12-
YUV164.04147.7372.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.84%
GREEN value IS 197 (77.34% from 255) = 40.87%
BLUE value IS 199 (78.12% from 255) = 41.29%
R=17.84%
G=40.87%
B=41.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal861971990.570.0100.22181.0650.2255.88
Hex56C5C7391016b53238
Octal1263053077110262656270
Binary10101101100010111000111111001101011010110101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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