#40D5BA

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

Shades of Medium Turquoise #40D5BA

Tints of Medium Turquoise #40D5BA

Color information

#40D5BA (or 0x40D5BA) is unknown color: approx Medium Turquoise. HEX triplet: 40, D5 and BA. RGB value is (64,213,186). Sum of RGB (Red+Green+Blue) = 64+213+186=463 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.82% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #40D5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D5BA is #BF2A45. Grayscale: #A5A5A5. Windows color (decimal): -12528198 or 12244288. OLE color: 12244288.

HSL color Cylindrical-coordinate representation of color #40D5BA: hue angle of 169.13º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D5BA is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB64213186-
CMYK0.7000.130.16
HSL169.13º63.95%54.31%-
HSV(B)169.13º69.95%83.53%-
XYZ34.7752.2254.7-
YUV165.37139.6455.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.82%
GREEN value IS 213 (83.59% from 255) = 46.00%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=13.82%
G=46.00%
B=40.17%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal642131860.7000.130.16169.1363.9554.31
Hex40D5BA460D10a94036
Octal1003252721060152025110066
Binary1000000110101011011101010001100110110000101010011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,213,186); }

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

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

 a { background-color: rgb(64,213,186); }

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

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

 span { border-color: rgb(64,213,186); }

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