Html Css Color HEX #40DBB6 Turquoise

📋 copy color: '#40DBB6'

red 64 ◦ green 219 ◦ blue 182

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

Shades of Turquoise #40DBB6

Tints of Turquoise #40DBB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.14%

R = 13.76%
G = 47.1%
B = 39.14%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#40DBB6 (or 0x40DBB6) is known color: Turquoise. HEX triplet: 40, DB and B6. RGB value is (64,219,182). Sum of RGB (Red+Green+Blue) = 64+219+182=465 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.76% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBB6 is #BF2449. Grayscale: #A8A8A8. Windows color (decimal): -12526666 or 11983680. OLE color: 11983680.

HSL color Cylindrical-coordinate representation of color #40DBB6: hue angle of 165.68º 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 #40DBB6 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 219 182 -
CMYK 0.71 0 0.17 0.14
HSL 165.68º 0.68% 0.55% -
HSV(B) 165.68º 0.71% 0.86% -
XYZ 35.89 55.13 53.01 -
YUV 168.44 135.65 53.51 -
System Red Green Blue C M Y K H S L
Decimal 64 219 182 0.71 0 0.17 0.14 165.68 0.68 0.55
Hex 40 DB B6 47 0 11 E A6 44 37
Octal 100 333 266 107 0 21 16 246 104 67
Binary 1000000 11011011 10110110 1000111 0 10001 1110 10100110 1000100 110111

Color Harmonies of #40DBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DBB6

Black with #40DBB6

Text Example


Text Example

White with #40DBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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