#40C7C4

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

Shades of Medium Turquoise #40C7C4

Tints of Medium Turquoise #40C7C4

Color information

#40C7C4 (or 0x40C7C4) is unknown color: approx Medium Turquoise. HEX triplet: 40, C7 and C4. RGB value is (64,199,196). Sum of RGB (Red+Green+Blue) = 64+199+196=459 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.94% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 199 - color contains mainly: green. Hex color #40C7C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C7C4 is #BF383B. Grayscale: #9E9E9E. Windows color (decimal): -12531772 or 12896064. OLE color: 12896064.

HSL color Cylindrical-coordinate representation of color #40C7C4: hue angle of 178.67º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C7C4 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB64199196-
CMYK0.6800.020.22
HSL178.67º54.66%51.57%-
HSV(B)178.67º67.84%78.04%-
XYZ32.545.9259.38-
YUV158.29149.2760.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.94%
GREEN value IS 199 (78.12% from 255) = 43.36%
BLUE value IS 196 (76.95% from 255) = 42.70%
R=13.94%
G=43.36%
B=42.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal641991960.6800.020.22178.6754.6651.57
Hex40C7C4440216b33734
Octal10030730410402262636764
Binary1000000110001111100010010001000101011010110011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,199,196); }

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

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

 a { background-color: rgb(64,199,196); }

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

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

 span { border-color: rgb(64,199,196); }

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