Html Css Color HEX #40DFCE Turquoise

📋 copy color: '#40DFCE'

red 64 ◦ green 223 ◦ blue 206

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

Shades of Turquoise #40DFCE

Tints of Turquoise #40DFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 12.98%
G = 45.23%
B = 41.78%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#40DFCE (or 0x40DFCE) is known color: Turquoise. HEX triplet: 40, DF and CE. RGB value is (64,223,206). Sum of RGB (Red+Green+Blue) = 64+223+206=493 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.98% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #40DFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DFCE is #BF2031. Grayscale: #ADADAD. Windows color (decimal): -12525618 or 13557568. OLE color: 13557568.

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

Color convert

RGB 64 223 206 -
CMYK 0.71 0 0.08 0.13
HSL 173.58º 0.71% 0.56% -
HSV(B) 173.58º 0.71% 0.87% -
XYZ 39.64 58.32 67.56 -
YUV 173.52 146.32 49.88 -
System Red Green Blue C M Y K H S L
Decimal 64 223 206 0.71 0 0.08 0.13 173.58 0.71 0.56
Hex 40 DF CE 47 0 8 D AE 47 38
Octal 100 337 316 107 0 10 15 256 107 70
Binary 1000000 11011111 11001110 1000111 0 1000 1101 10101110 1000111 111000

Color Harmonies of #40DFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DFCE

Black with #40DFCE

Text Example


Text Example

White with #40DFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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