Html Css Color HEX #40DBC1 Turquoise

📋 copy color: '#40DBC1'

red 64 ◦ green 219 ◦ blue 193

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

Shades of Turquoise #40DBC1

Tints of Turquoise #40DBC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.55%

R = 13.45%
G = 46.01%
B = 40.55%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#40DBC1 (or 0x40DBC1) is known color: Turquoise. HEX triplet: 40, DB and C1. RGB value is (64,219,193). Sum of RGB (Red+Green+Blue) = 64+219+193=476 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.45% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBC1 is #BF243E. Grayscale: #A9A9A9. Windows color (decimal): -12526655 or 12704576. OLE color: 12704576.

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

Color convert

RGB 64 219 193 -
CMYK 0.71 0 0.12 0.14
HSL 169.94º 0.68% 0.55% -
HSV(B) 169.94º 0.71% 0.86% -
XYZ 37.07 55.6 59.23 -
YUV 169.69 141.15 52.61 -
System Red Green Blue C M Y K H S L
Decimal 64 219 193 0.71 0 0.12 0.14 169.94 0.68 0.55
Hex 40 DB C1 47 0 C E AA 44 37
Octal 100 333 301 107 0 14 16 252 104 67
Binary 1000000 11011011 11000001 1000111 0 1100 1110 10101010 1000100 110111

Color Harmonies of #40DBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DBC1

Black with #40DBC1

Text Example


Text Example

White with #40DBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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