Html Css Color HEX #40DFD9 Turquoise

📋 copy color: '#40DFD9'

red 64 ◦ green 223 ◦ blue 217

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

Shades of Turquoise #40DFD9

Tints of Turquoise #40DFD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.06%

R = 12.7%
G = 44.25%
B = 43.06%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#40DFD9 (or 0x40DFD9) is known color: Turquoise. HEX triplet: 40, DF and D9. RGB value is (64,223,217). Sum of RGB (Red+Green+Blue) = 64+223+217=504 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.70% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #40DFD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DFD9 is #BF2026. Grayscale: #AEAEAE. Windows color (decimal): -12525607 or 14278464. OLE color: 14278464.

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

Color convert

RGB 64 223 217 -
CMYK 0.71 0 0.03 0.13
HSL 177.74º 0.71% 0.56% -
HSV(B) 177.74º 0.71% 0.87% -
XYZ 41.03 58.88 74.85 -
YUV 174.78 151.82 48.99 -
System Red Green Blue C M Y K H S L
Decimal 64 223 217 0.71 0 0.03 0.13 177.74 0.71 0.56
Hex 40 DF D9 47 0 3 D B2 47 38
Octal 100 337 331 107 0 3 15 262 107 70
Binary 1000000 11011111 11011001 1000111 0 11 1101 10110010 1000111 111000

Color Harmonies of #40DFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DFD9

Black with #40DFD9

Text Example


Text Example

White with #40DFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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