Html Css Color HEX #40DBD1 Turquoise

📋 copy color: '#40DBD1'

red 64 ◦ green 219 ◦ blue 209

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

Shades of Turquoise #40DBD1

Tints of Turquoise #40DBD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.48%

R = 13.01%
G = 44.51%
B = 42.48%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#40DBD1 (or 0x40DBD1) is known color: Turquoise. HEX triplet: 40, DB and D1. RGB value is (64,219,209). Sum of RGB (Red+Green+Blue) = 64+219+209=492 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.01% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBD1 is #BF242E. Grayscale: #ABABAB. Windows color (decimal): -12526639 or 13753152. OLE color: 13753152.

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

Color convert

RGB 64 219 209 -
CMYK 0.71 0 0.05 0.14
HSL 176.13º 0.68% 0.55% -
HSV(B) 176.13º 0.71% 0.86% -
XYZ 38.95 56.36 69.15 -
YUV 171.52 149.15 51.31 -
System Red Green Blue C M Y K H S L
Decimal 64 219 209 0.71 0 0.05 0.14 176.13 0.68 0.55
Hex 40 DB D1 47 0 5 E B0 44 37
Octal 100 333 321 107 0 5 16 260 104 67
Binary 1000000 11011011 11010001 1000111 0 101 1110 10110000 1000100 110111

Color Harmonies of #40DBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DBD1

Black with #40DBD1

Text Example


Text Example

White with #40DBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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