Html Css Color HEX #40DCD0 Turquoise

📋 copy color: '#40DCD0'

red 64 ◦ green 220 ◦ blue 208

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

Shades of Turquoise #40DCD0

Tints of Turquoise #40DCD0

RGB

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

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

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

R = 13.01%
G = 44.72%
B = 42.28%

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

#40DCD0 (or 0x40DCD0) is known color: Turquoise. HEX triplet: 40, DC and D0. RGB value is (64,220,208). Sum of RGB (Red+Green+Blue) = 64+220+208=492 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.01% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #40DCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DCD0 is #BF232F. Grayscale: #ABABAB. Windows color (decimal): -12526384 or 13687872. OLE color: 13687872.

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

Color convert

RGB 64 220 208 -
CMYK 0.71 0 0.05 0.14
HSL 175.38º 0.69% 0.56% -
HSV(B) 175.38º 0.71% 0.86% -
XYZ 39.09 56.83 68.58 -
YUV 171.99 148.32 50.98 -
System Red Green Blue C M Y K H S L
Decimal 64 220 208 0.71 0 0.05 0.14 175.38 0.69 0.56
Hex 40 DC D0 47 0 5 E AF 45 38
Octal 100 334 320 107 0 5 16 257 105 70
Binary 1000000 11011100 11010000 1000111 0 101 1110 10101111 1000101 111000

Color Harmonies of #40DCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DCD0

Black with #40DCD0

Text Example


Text Example

White with #40DCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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