Html Css Color HEX #40DBB9 Turquoise

📋 copy color: '#40DBB9'

red 64 ◦ green 219 ◦ blue 185

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

Shades of Turquoise #40DBB9

Tints of Turquoise #40DBB9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.79%

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

R = 13.68%
G = 46.79%
B = 39.53%

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

#40DBB9 (or 0x40DBB9) is known color: Turquoise. HEX triplet: 40, DB and B9. RGB value is (64,219,185). Sum of RGB (Red+Green+Blue) = 64+219+185=468 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.68% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBB9 is #BF2446. Grayscale: #A8A8A8. Windows color (decimal): -12526663 or 12180288. OLE color: 12180288.

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

Color convert

RGB 64 219 185 -
CMYK 0.71 0 0.16 0.14
HSL 166.84º 0.68% 0.55% -
HSV(B) 166.84º 0.71% 0.86% -
XYZ 36.2 55.26 54.66 -
YUV 168.78 137.15 53.26 -
System Red Green Blue C M Y K H S L
Decimal 64 219 185 0.71 0 0.16 0.14 166.84 0.68 0.55
Hex 40 DB B9 47 0 10 E A7 44 37
Octal 100 333 271 107 0 20 16 247 104 67
Binary 1000000 11011011 10111001 1000111 0 10000 1110 10100111 1000100 110111

Color Harmonies of #40DBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DBB9

Black with #40DBB9

Text Example


Text Example

White with #40DBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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