Html Css Color HEX #40DCB9 Turquoise

📋 copy color: '#40DCB9'

red 64 ◦ green 220 ◦ blue 185

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

Shades of Turquoise #40DCB9

Tints of Turquoise #40DCB9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.91%

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

R = 13.65%
G = 46.91%
B = 39.45%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#40DCB9 (or 0x40DCB9) is known color: Turquoise. HEX triplet: 40, DC and B9. RGB value is (64,220,185). Sum of RGB (Red+Green+Blue) = 64+220+185=469 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.65% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #40DCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DCB9 is #BF2346. Grayscale: #A9A9A9. Windows color (decimal): -12526407 or 12180544. OLE color: 12180544.

HSL color Cylindrical-coordinate representation of color #40DCB9: hue angle of 166.54º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DCB9 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 220 185 -
CMYK 0.71 0 0.16 0.14
HSL 166.54º 0.69% 0.56% -
HSV(B) 166.54º 0.71% 0.86% -
XYZ 36.46 55.78 54.74 -
YUV 169.37 136.82 52.85 -
System Red Green Blue C M Y K H S L
Decimal 64 220 185 0.71 0 0.16 0.14 166.54 0.69 0.56
Hex 40 DC B9 47 0 10 E A7 45 38
Octal 100 334 271 107 0 20 16 247 105 70
Binary 1000000 11011100 10111001 1000111 0 10000 1110 10100111 1000101 111000

Color Harmonies of #40DCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DCB9

Black with #40DCB9

Text Example


Text Example

White with #40DCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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