#40C6CB

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

Shades of Medium Turquoise #40C6CB

Tints of Medium Turquoise #40C6CB

Color information

#40C6CB (or 0x40C6CB) is unknown color: approx Medium Turquoise. HEX triplet: 40, C6 and CB. RGB value is (64,198,203). Sum of RGB (Red+Green+Blue) = 64+198+203=465 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.76% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #40C6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C6CB is #BF3934. Grayscale: #9E9E9E. Windows color (decimal): -12532021 or 13354560. OLE color: 13354560.

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

Color convert

RGB64198203-
CMYK0.680.0200.20
HSL182.16º57.2%52.35%-
HSV(B)182.16º68.47%79.61%-
XYZ33.0945.7963.59-
YUV158.5153.1160.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.76%
GREEN value IS 198 (77.73% from 255) = 42.58%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=13.76%
G=42.58%
B=43.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal641982030.680.0200.20182.1657.252.35
Hex40C6CB442014b63934
Octal10030631310420242667164
Binary1000000110001101100101110001001001010010110110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,198,203); }

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

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

 a { background-color: rgb(64,198,203); }

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

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

 span { border-color: rgb(64,198,203); }

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