#40C5C1

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

Shades of Medium Turquoise #40C5C1

Tints of Medium Turquoise #40C5C1

Color information

#40C5C1 (or 0x40C5C1) is unknown color: approx Medium Turquoise. HEX triplet: 40, C5 and C1. RGB value is (64,197,193). Sum of RGB (Red+Green+Blue) = 64+197+193=454 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.10% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 197 - color contains mainly: green. Hex color #40C5C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C5C1 is #BF3A3E. Grayscale: #9C9C9C. Windows color (decimal): -12532287 or 12698944. OLE color: 12698944.

HSL color Cylindrical-coordinate representation of color #40C5C1: hue angle of 178.2º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C5C1 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB64197193-
CMYK0.6800.020.23
HSL178.2º53.41%51.18%-
HSV(B)178.2º67.51%77.25%-
XYZ31.7144.8757.44-
YUV156.78148.4461.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.10%
GREEN value IS 197 (77.34% from 255) = 43.39%
BLUE value IS 193 (75.78% from 255) = 42.51%
R=14.10%
G=43.39%
B=42.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal641971930.6800.020.23178.253.4151.18
Hex40C5C1440217b23533
Octal10030530110402272626563
Binary1000000110001011100000110001000101011110110010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40C5C1; }

 p { color: rgb(64,197,193); }

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

<style>
 a { background-color: #40C5C1; }

 a { background-color: rgb(64,197,193); }

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

<style>
 span { border-color: #40C5C1; }

 span { border-color: rgb(64,197,193); }

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