Html Css Color HEX #40DBD4 Turquoise

📋 copy color: '#40DBD4'

red 64 ◦ green 219 ◦ blue 212

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

Shades of Turquoise #40DBD4

Tints of Turquoise #40DBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.83%

R = 12.93%
G = 44.24%
B = 42.83%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#40DBD4 (or 0x40DBD4) is known color: Turquoise. HEX triplet: 40, DB and D4. RGB value is (64,219,212). Sum of RGB (Red+Green+Blue) = 64+219+212=495 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.93% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBD4 is #BF242B. Grayscale: #ABABAB. Windows color (decimal): -12526636 or 13949760. OLE color: 13949760.

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

Color convert

RGB 64 219 212 -
CMYK 0.71 0 0.03 0.14
HSL 177.29º 0.68% 0.55% -
HSV(B) 177.29º 0.71% 0.86% -
XYZ 39.33 56.51 71.12 -
YUV 171.86 150.65 51.07 -
System Red Green Blue C M Y K H S L
Decimal 64 219 212 0.71 0 0.03 0.14 177.29 0.68 0.55
Hex 40 DB D4 47 0 3 E B1 44 37
Octal 100 333 324 107 0 3 16 261 104 67
Binary 1000000 11011011 11010100 1000111 0 11 1110 10110001 1000100 110111

Color Harmonies of #40DBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DBD4

Black with #40DBD4

Text Example


Text Example

White with #40DBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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