Html Css Color HEX #40D9DF Turquoise

📋 copy color: '#40D9DF'

red 64 ◦ green 217 ◦ blue 223

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

Shades of Turquoise #40D9DF

Tints of Turquoise #40D9DF

RGB

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

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

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

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

CMYK

 C value IS 0.71

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 64 217 223 -
CMYK 0.71 0.03 0 0.13
HSL 182.26º 0.71% 0.56% -
HSV(B) 182.26º 0.71% 0.87% -
XYZ 40.25 56.04 78.51 -
YUV 171.94 156.81 51.01 -
System Red Green Blue C M Y K H S L
Decimal 64 217 223 0.71 0.03 0 0.13 182.26 0.71 0.56
Hex 40 D9 DF 47 3 0 D B6 47 38
Octal 100 331 337 107 3 0 15 266 107 70
Binary 1000000 11011001 11011111 1000111 11 0 1101 10110110 1000111 111000

Color Harmonies of #40D9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D9DF

Black with #40D9DF

Text Example


Text Example

White with #40D9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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