Html Css Color HEX #40DBC5 Turquoise

📋 copy color: '#40DBC5'

red 64 ◦ green 219 ◦ blue 197

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

Shades of Turquoise #40DBC5

Tints of Turquoise #40DBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.04%

R = 13.33%
G = 45.63%
B = 41.04%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#40DBC5 (or 0x40DBC5) is known color: Turquoise. HEX triplet: 40, DB and C5. RGB value is (64,219,197). Sum of RGB (Red+Green+Blue) = 64+219+197=480 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.33% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBC5 is #BF243A. Grayscale: #AAAAAA. Windows color (decimal): -12526651 or 12966720. OLE color: 12966720.

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

Color convert

RGB 64 219 197 -
CMYK 0.71 0 0.10 0.14
HSL 171.48º 0.68% 0.55% -
HSV(B) 171.48º 0.71% 0.86% -
XYZ 37.52 55.78 61.61 -
YUV 170.15 143.15 52.29 -
System Red Green Blue C M Y K H S L
Decimal 64 219 197 0.71 0 0.10 0.14 171.48 0.68 0.55
Hex 40 DB C5 47 0 A E AB 44 37
Octal 100 333 305 107 0 12 16 253 104 67
Binary 1000000 11011011 11000101 1000111 0 1010 1110 10101011 1000100 110111

Color Harmonies of #40DBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DBC5

Black with #40DBC5

Text Example


Text Example

White with #40DBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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