Html Css Color HEX #40D9CD Turquoise

📋 copy color: '#40D9CD'

red 64 ◦ green 217 ◦ blue 205

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

Shades of Turquoise #40D9CD

Tints of Turquoise #40D9CD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.65%

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 13.17%
G = 44.65%
B = 42.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#40D9CD (or 0x40D9CD) is known color: Turquoise. HEX triplet: 40, D9 and CD. RGB value is (64,217,205). Sum of RGB (Red+Green+Blue) = 64+217+205=486 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.17% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #40D9CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D9CD is #BF2632. Grayscale: #A9A9A9. Windows color (decimal): -12527155 or 13490496. OLE color: 13490496.

HSL color Cylindrical-coordinate representation of color #40D9CD: hue angle of 175.29º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40D9CD is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 217 205 -
CMYK 0.71 0 0.06 0.15
HSL 175.29º 0.67% 0.55% -
HSV(B) 175.29º 0.71% 0.85% -
XYZ 37.95 55.12 66.4 -
YUV 169.89 147.81 52.48 -
System Red Green Blue C M Y K H S L
Decimal 64 217 205 0.71 0 0.06 0.15 175.29 0.67 0.55
Hex 40 D9 CD 47 0 6 F AF 43 37
Octal 100 331 315 107 0 6 17 257 103 67
Binary 1000000 11011001 11001101 1000111 0 110 1111 10101111 1000011 110111

Color Harmonies of #40D9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D9CD

Black with #40D9CD

Text Example


Text Example

White with #40D9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,217,205); }

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

background-color css

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

 a { background-color: rgb(64,217,205); }

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

border-color css

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

 span { border-color: rgb(64,217,205); }

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