Html Css Color HEX #40DDCC Turquoise

📋 copy color: '#40DDCC'

red 64 ◦ green 221 ◦ blue 204

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

Shades of Turquoise #40DDCC

Tints of Turquoise #40DDCC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.19%

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 13.09%
G = 45.19%
B = 41.72%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#40DDCC (or 0x40DDCC) is known color: Turquoise. HEX triplet: 40, DD and CC. RGB value is (64,221,204). Sum of RGB (Red+Green+Blue) = 64+221+204=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #40DDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DDCC is #BF2233. Grayscale: #ACACAC. Windows color (decimal): -12526132 or 13425984. OLE color: 13425984.

HSL color Cylindrical-coordinate representation of color #40DDCC: hue angle of 173.5º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DDCC is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 221 204 -
CMYK 0.71 0 0.08 0.13
HSL 173.5º 0.7% 0.56% -
HSV(B) 173.5º 0.71% 0.87% -
XYZ 38.87 57.16 66.11 -
YUV 172.12 145.99 50.88 -
System Red Green Blue C M Y K H S L
Decimal 64 221 204 0.71 0 0.08 0.13 173.5 0.7 0.56
Hex 40 DD CC 47 0 8 D AE 46 38
Octal 100 335 314 107 0 10 15 256 106 70
Binary 1000000 11011101 11001100 1000111 0 1000 1101 10101110 1000110 111000

Color Harmonies of #40DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DDCC

Black with #40DDCC

Text Example


Text Example

White with #40DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,221,204); }

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

background-color css

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

 a { background-color: rgb(64,221,204); }

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

border-color css

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

 span { border-color: rgb(64,221,204); }

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