Html Css Color HEX #40DCD1 Turquoise

📋 copy color: '#40DCD1'

red 64 ◦ green 220 ◦ blue 209

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

Shades of Turquoise #40DCD1

Tints of Turquoise #40DCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.39%

R = 12.98%
G = 44.62%
B = 42.39%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#40DCD1 (or 0x40DCD1) is known color: Turquoise. HEX triplet: 40, DC and D1. RGB value is (64,220,209). Sum of RGB (Red+Green+Blue) = 64+220+209=493 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.98% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #40DCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DCD1 is #BF232E. Grayscale: #ABABAB. Windows color (decimal): -12526383 or 13753408. OLE color: 13753408.

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

Color convert

RGB 64 220 209 -
CMYK 0.71 0 0.05 0.14
HSL 175.77º 0.69% 0.56% -
HSV(B) 175.77º 0.71% 0.86% -
XYZ 39.22 56.88 69.23 -
YUV 172.1 148.82 50.89 -
System Red Green Blue C M Y K H S L
Decimal 64 220 209 0.71 0 0.05 0.14 175.77 0.69 0.56
Hex 40 DC D1 47 0 5 E B0 45 38
Octal 100 334 321 107 0 5 16 260 105 70
Binary 1000000 11011100 11010001 1000111 0 101 1110 10110000 1000101 111000

Color Harmonies of #40DCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DCD1

Black with #40DCD1

Text Example


Text Example

White with #40DCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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