Html Css Color HEX #40DBD9 Turquoise

📋 copy color: '#40DBD9'

red 64 ◦ green 219 ◦ blue 217

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

Shades of Turquoise #40DBD9

Tints of Turquoise #40DBD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.4%

R = 12.8%
G = 43.8%
B = 43.4%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#40DBD9 (or 0x40DBD9) is known color: Turquoise. HEX triplet: 40, DB and D9. RGB value is (64,219,217). Sum of RGB (Red+Green+Blue) = 64+219+217=500 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.8% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBD9 is #BF2426. Grayscale: #ACACAC. Windows color (decimal): -12526631 or 14277440. OLE color: 14277440.

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

Color convert

RGB 64 219 217 -
CMYK 0.71 0 0.01 0.14
HSL 179.23º 0.68% 0.55% -
HSV(B) 179.23º 0.71% 0.86% -
XYZ 39.97 56.76 74.5 -
YUV 172.43 153.15 50.66 -
System Red Green Blue C M Y K H S L
Decimal 64 219 217 0.71 0 0.01 0.14 179.23 0.68 0.55
Hex 40 DB D9 47 0 1 E B3 44 37
Octal 100 333 331 107 0 1 16 263 104 67
Binary 1000000 11011011 11011001 1000111 0 1 1110 10110011 1000100 110111

Color Harmonies of #40DBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DBD9

Black with #40DBD9

Text Example


Text Example

White with #40DBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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