#40C0BB

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

Shades of Medium Turquoise #40C0BB

Tints of Medium Turquoise #40C0BB

Color information

#40C0BB (or 0x40C0BB) is unknown color: approx Medium Turquoise. HEX triplet: 40, C0 and BB. RGB value is (64,192,187). Sum of RGB (Red+Green+Blue) = 64+192+187=443 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.45% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #40C0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C0BB is #BF3F44. Grayscale: #999999. Windows color (decimal): -12533573 or 12304448. OLE color: 12304448.

HSL color Cylindrical-coordinate representation of color #40C0BB: hue angle of 177.66º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C0BB is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB64192187-
CMYK0.6700.030.25
HSL177.66º50.39%50.2%-
HSV(B)177.66º66.67%75.29%-
XYZ29.9342.3853.62-
YUV153.16147.0964.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.45%
GREEN value IS 192 (75.39% from 255) = 43.34%
BLUE value IS 187 (73.44% from 255) = 42.21%
R=14.45%
G=43.34%
B=42.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641921870.6700.030.25177.6650.3950.2
Hex40C0BB430319b23232
Octal10030027310303312626262
Binary1000000110000001011101110000110111100110110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,192,187); }

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

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

 a { background-color: rgb(64,192,187); }

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

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

 span { border-color: rgb(64,192,187); }

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