Html Css Color HEX #40DBC7 Turquoise

📋 copy color: '#40DBC7'

red 64 ◦ green 219 ◦ blue 199

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

Shades of Turquoise #40DBC7

Tints of Turquoise #40DBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.29%

R = 13.28%
G = 45.44%
B = 41.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#40DBC7 (or 0x40DBC7) is known color: Turquoise. HEX triplet: 40, DB and C7. RGB value is (64,219,199). Sum of RGB (Red+Green+Blue) = 64+219+199=482 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.28% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBC7 is #BF2438. Grayscale: #AAAAAA. Windows color (decimal): -12526649 or 13097792. OLE color: 13097792.

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

Color convert

RGB 64 219 199 -
CMYK 0.71 0 0.09 0.14
HSL 172.26º 0.68% 0.55% -
HSV(B) 172.26º 0.71% 0.86% -
XYZ 37.75 55.88 62.83 -
YUV 170.38 144.15 52.13 -
System Red Green Blue C M Y K H S L
Decimal 64 219 199 0.71 0 0.09 0.14 172.26 0.68 0.55
Hex 40 DB C7 47 0 9 E AC 44 37
Octal 100 333 307 107 0 11 16 254 104 67
Binary 1000000 11011011 11000111 1000111 0 1001 1110 10101100 1000100 110111

Color Harmonies of #40DBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DBC7

Black with #40DBC7

Text Example


Text Example

White with #40DBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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