Html Css Color HEX #40D4B9 Medium Turquoise

📋 copy color: '#40D4B9'

red 64 ◦ green 212 ◦ blue 185

#40D4B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #40D4B9

Tints of Medium Turquoise #40D4B9

RGB

 RED value IS 64 (25.39% from 255) = 13.88%

 GREEN value IS 212 (83.2% from 255) = 45.99%

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 13.88%
G = 45.99%
B = 40.13%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#40D4B9 (or 0x40D4B9) is known color: Medium Turquoise. HEX triplet: 40, D4 and B9. RGB value is (64,212,185). Sum of RGB (Red+Green+Blue) = 64+212+185=461 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.88% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 212 - color contains mainly: green. Hex color #40D4B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D4B9 is #BF2B46. Grayscale: #A4A4A4. Windows color (decimal): -12528455 or 12178496. OLE color: 12178496.

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

Color convert

RGB 64 212 185 -
CMYK 0.70 0 0.13 0.17
HSL 169.05º 0.63% 0.54% -
HSV(B) 169.05º 0.7% 0.83% -
XYZ 34.41 51.68 54.06 -
YUV 164.67 139.47 56.2 -
System Red Green Blue C M Y K H S L
Decimal 64 212 185 0.70 0 0.13 0.17 169.05 0.63 0.54
Hex 40 D4 B9 46 0 D 11 A9 3F 36
Octal 100 324 271 106 0 15 21 251 77 66
Binary 1000000 11010100 10111001 1000110 0 1101 10001 10101001 111111 110110

Color Harmonies of #40D4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D4B9

Black with #40D4B9

Text Example


Text Example

White with #40D4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,212,185); }

 H1.HeaderClassName
 {
   color: #40D4B9;
 }
 .AnyTagClassName
 {
   color: #40D4B9;
 }
</style>

background-color css

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

 a { background-color: rgb(64,212,185); }

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

border-color css

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

 span { border-color: rgb(64,212,185); }

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