Html Css Color HEX #40DBC4 Turquoise

📋 copy color: '#40DBC4'

red 64 ◦ green 219 ◦ blue 196

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

Shades of Turquoise #40DBC4

Tints of Turquoise #40DBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.92%

R = 13.36%
G = 45.72%
B = 40.92%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#40DBC4 (or 0x40DBC4) is known color: Turquoise. HEX triplet: 40, DB and C4. RGB value is (64,219,196). Sum of RGB (Red+Green+Blue) = 64+219+196=479 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.36% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBC4 is #BF243B. Grayscale: #A9A9A9. Windows color (decimal): -12526652 or 12901184. OLE color: 12901184.

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

Color convert

RGB 64 219 196 -
CMYK 0.71 0 0.11 0.14
HSL 171.1º 0.68% 0.55% -
HSV(B) 171.1º 0.71% 0.86% -
XYZ 37.41 55.74 61.01 -
YUV 170.03 142.65 52.37 -
System Red Green Blue C M Y K H S L
Decimal 64 219 196 0.71 0 0.11 0.14 171.1 0.68 0.55
Hex 40 DB C4 47 0 B E AB 44 37
Octal 100 333 304 107 0 13 16 253 104 67
Binary 1000000 11011011 11000100 1000111 0 1011 1110 10101011 1000100 110111

Color Harmonies of #40DBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DBC4

Black with #40DBC4

Text Example


Text Example

White with #40DBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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