#40BDBB

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

Shades of Medium Turquoise #40BDBB

Tints of Medium Turquoise #40BDBB

Color information

#40BDBB (or 0x40BDBB) is unknown color: approx Medium Turquoise. HEX triplet: 40, BD and BB. RGB value is (64,189,187). Sum of RGB (Red+Green+Blue) = 64+189+187=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #40BDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BDBB is #BF4244. Grayscale: #979797. Windows color (decimal): -12534341 or 12303680. OLE color: 12303680.

HSL color Cylindrical-coordinate representation of color #40BDBB: hue angle of 179.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BDBB is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB64189187-
CMYK0.6600.010.26
HSL179.04º49.41%49.61%-
HSV(B)179.04º66.14%74.12%-
XYZ29.2841.0753.4-
YUV151.4148.0965.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.55%
GREEN value IS 189 (74.22% from 255) = 42.95%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=14.55%
G=42.95%
B=42.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641891870.6600.010.26179.0449.4149.61
Hex40BDBB42011Ab33132
Octal10027527310201322636162
Binary100000010111101101110111000010011101010110011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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