Html Css Color HEX #40DFD2 Turquoise

📋 copy color: '#40DFD2'

red 64 ◦ green 223 ◦ blue 210

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

Shades of Turquoise #40DFD2

Tints of Turquoise #40DFD2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.87%

 BLUE value IS 210 (82.42% from 255) = 42.25%

R = 12.88%
G = 44.87%
B = 42.25%

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

#40DFD2 (or 0x40DFD2) is known color: Turquoise. HEX triplet: 40, DF and D2. RGB value is (64,223,210). Sum of RGB (Red+Green+Blue) = 64+223+210=497 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.88% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #40DFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DFD2 is #BF202D. Grayscale: #ADADAD. Windows color (decimal): -12525614 or 13819712. OLE color: 13819712.

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

Color convert

RGB 64 223 210 -
CMYK 0.71 0 0.06 0.13
HSL 175.09º 0.71% 0.56% -
HSV(B) 175.09º 0.71% 0.87% -
XYZ 40.13 58.52 70.15 -
YUV 173.98 148.32 49.56 -
System Red Green Blue C M Y K H S L
Decimal 64 223 210 0.71 0 0.06 0.13 175.09 0.71 0.56
Hex 40 DF D2 47 0 6 D AF 47 38
Octal 100 337 322 107 0 6 15 257 107 70
Binary 1000000 11011111 11010010 1000111 0 110 1101 10101111 1000111 111000

Color Harmonies of #40DFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DFD2

Black with #40DFD2

Text Example


Text Example

White with #40DFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,223,210); }

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

background-color css

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

 a { background-color: rgb(64,223,210); }

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

border-color css

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

 span { border-color: rgb(64,223,210); }

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