#56CCC7

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

Shades of Medium Turquoise #56CCC7

Tints of Medium Turquoise #56CCC7

Color information

#56CCC7 (or 0x56CCC7) is unknown color: approx Medium Turquoise. HEX triplet: 56, CC and C7. RGB value is (86,204,199). Sum of RGB (Red+Green+Blue) = 86+204+199=489 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.59% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #56CCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CCC7 is #A93338. Grayscale: #A8A8A8. Windows color (decimal): -11088697 or 13093974. OLE color: 13093974.

HSL color Cylindrical-coordinate representation of color #56CCC7: hue angle of 177.46º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CCC7 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB86204199-
CMYK0.5800.020.2
HSL177.46º53.64%56.86%-
HSV(B)177.46º57.84%80%-
XYZ35.7449.2961.66-
YUV168.15145.4169.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.59%
GREEN value IS 204 (80.08% from 255) = 41.72%
BLUE value IS 199 (78.12% from 255) = 40.70%
R=17.59%
G=41.72%
B=40.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal862041990.5800.020.2177.4653.6456.86
Hex56CCC73A0214b13639
Octal1263143077202242616671
Binary101011011001100110001111110100101010010110001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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