Html Css Color HEX #40DDB9 Turquoise

📋 copy color: '#40DDB9'

red 64 ◦ green 221 ◦ blue 185

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

Shades of Turquoise #40DDB9

Tints of Turquoise #40DDB9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.02%

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

R = 13.62%
G = 47.02%
B = 39.36%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#40DDB9 (or 0x40DDB9) is known color: Turquoise. HEX triplet: 40, DD and B9. RGB value is (64,221,185). Sum of RGB (Red+Green+Blue) = 64+221+185=470 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.62% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #40DDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DDB9 is #BF2246. Grayscale: #A9A9A9. Windows color (decimal): -12526151 or 12180800. OLE color: 12180800.

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

Color convert

RGB 64 221 185 -
CMYK 0.71 0 0.16 0.13
HSL 166.24º 0.7% 0.56% -
HSV(B) 166.24º 0.71% 0.87% -
XYZ 36.73 56.31 54.83 -
YUV 169.95 136.49 52.43 -
System Red Green Blue C M Y K H S L
Decimal 64 221 185 0.71 0 0.16 0.13 166.24 0.7 0.56
Hex 40 DD B9 47 0 10 D A6 46 38
Octal 100 335 271 107 0 20 15 246 106 70
Binary 1000000 11011101 10111001 1000111 0 10000 1101 10100110 1000110 111000

Color Harmonies of #40DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DDB9

Black with #40DDB9

Text Example


Text Example

White with #40DDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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