Html Css Color HEX #40DDD0 Turquoise

📋 copy color: '#40DDD0'

red 64 ◦ green 221 ◦ blue 208

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

Shades of Turquoise #40DDD0

Tints of Turquoise #40DDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.19%

R = 12.98%
G = 44.83%
B = 42.19%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#40DDD0 (or 0x40DDD0) is known color: Turquoise. HEX triplet: 40, DD and D0. RGB value is (64,221,208). Sum of RGB (Red+Green+Blue) = 64+221+208=493 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.98% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #40DDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DDD0 is #BF222F. Grayscale: #ACACAC. Windows color (decimal): -12526128 or 13688128. OLE color: 13688128.

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

Color convert

RGB 64 221 208 -
CMYK 0.71 0 0.06 0.13
HSL 175.03º 0.7% 0.56% -
HSV(B) 175.03º 0.71% 0.87% -
XYZ 39.36 57.36 68.67 -
YUV 172.58 147.99 50.56 -
System Red Green Blue C M Y K H S L
Decimal 64 221 208 0.71 0 0.06 0.13 175.03 0.7 0.56
Hex 40 DD D0 47 0 6 D AF 46 38
Octal 100 335 320 107 0 6 15 257 106 70
Binary 1000000 11011101 11010000 1000111 0 110 1101 10101111 1000110 111000

Color Harmonies of #40DDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DDD0

Black with #40DDD0

Text Example


Text Example

White with #40DDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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