Html Css Color HEX #40DDCD Turquoise

📋 copy color: '#40DDCD'

red 64 ◦ green 221 ◦ blue 205

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

Shades of Turquoise #40DDCD

Tints of Turquoise #40DDCD

RGB

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

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

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

R = 13.06%
G = 45.1%
B = 41.84%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#40DDCD (or 0x40DDCD) is known color: Turquoise. HEX triplet: 40, DD and CD. RGB value is (64,221,205). Sum of RGB (Red+Green+Blue) = 64+221+205=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #40DDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DDCD is #BF2232. Grayscale: #ACACAC. Windows color (decimal): -12526131 or 13491520. OLE color: 13491520.

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

Color convert

RGB 64 221 205 -
CMYK 0.71 0 0.07 0.13
HSL 173.89º 0.7% 0.56% -
HSV(B) 173.89º 0.71% 0.87% -
XYZ 38.99 57.21 66.75 -
YUV 172.23 146.49 50.8 -
System Red Green Blue C M Y K H S L
Decimal 64 221 205 0.71 0 0.07 0.13 173.89 0.7 0.56
Hex 40 DD CD 47 0 7 D AE 46 38
Octal 100 335 315 107 0 7 15 256 106 70
Binary 1000000 11011101 11001101 1000111 0 111 1101 10101110 1000110 111000

Color Harmonies of #40DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DDCD

Black with #40DDCD

Text Example


Text Example

White with #40DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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