Html Css Color HEX #40E5DE Turquoise

📋 copy color: '#40E5DE'

red 64 ◦ green 229 ◦ blue 222

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

Shades of Turquoise #40E5DE

Tints of Turquoise #40E5DE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.47%

 BLUE value IS 222 (87.11% from 255) = 43.11%

R = 12.43%
G = 44.47%
B = 43.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#40E5DE (or 0x40E5DE) is known color: Turquoise. HEX triplet: 40, E5 and DE. RGB value is (64,229,222). Sum of RGB (Red+Green+Blue) = 64+229+222=515 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.43% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #40E5DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E5DE is #BF1A21. Grayscale: #B2B2B2. Windows color (decimal): -12524066 or 14607680. OLE color: 14607680.

HSL color Cylindrical-coordinate representation of color #40E5DE: hue angle of 177.45º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E5DE is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 64 229 222 -
CMYK 0.72 0 0.03 0.10
HSL 177.45º 0.76% 0.57% -
HSV(B) 177.45º 0.72% 0.9% -
XYZ 43.32 62.4 78.87 -
YUV 178.87 152.34 46.07 -
System Red Green Blue C M Y K H S L
Decimal 64 229 222 0.72 0 0.03 0.10 177.45 0.76 0.57
Hex 40 E5 DE 48 0 3 A B1 4C 39
Octal 100 345 336 110 0 3 12 261 114 71
Binary 1000000 11100101 11011110 1001000 0 11 1010 10110001 1001100 111001

Color Harmonies of #40E5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E5DE

Black with #40E5DE

Text Example


Text Example

White with #40E5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,229,222); }

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

background-color css

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

 a { background-color: rgb(64,229,222); }

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

border-color css

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

 span { border-color: rgb(64,229,222); }

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