Html Css Color HEX #40DCC1 Turquoise

📋 copy color: '#40DCC1'

red 64 ◦ green 220 ◦ blue 193

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

Shades of Turquoise #40DCC1

Tints of Turquoise #40DCC1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.12%

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

R = 13.42%
G = 46.12%
B = 40.46%

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

#40DCC1 (or 0x40DCC1) is known color: Turquoise. HEX triplet: 40, DC and C1. RGB value is (64,220,193). Sum of RGB (Red+Green+Blue) = 64+220+193=477 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.42% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #40DCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DCC1 is #BF233E. Grayscale: #AAAAAA. Windows color (decimal): -12526399 or 12704832. OLE color: 12704832.

HSL color Cylindrical-coordinate representation of color #40DCC1: hue angle of 169.62º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DCC1 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 220 193 -
CMYK 0.71 0 0.12 0.14
HSL 169.62º 0.69% 0.56% -
HSV(B) 169.62º 0.71% 0.86% -
XYZ 37.33 56.13 59.32 -
YUV 170.28 140.82 52.2 -
System Red Green Blue C M Y K H S L
Decimal 64 220 193 0.71 0 0.12 0.14 169.62 0.69 0.56
Hex 40 DC C1 47 0 C E AA 45 38
Octal 100 334 301 107 0 14 16 252 105 70
Binary 1000000 11011100 11000001 1000111 0 1100 1110 10101010 1000101 111000

Color Harmonies of #40DCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DCC1

Black with #40DCC1

Text Example


Text Example

White with #40DCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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