Html Css Color HEX #40EEDE Turquoise

📋 copy color: '#40EEDE'

red 64 ◦ green 238 ◦ blue 222

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

Shades of Turquoise #40EEDE

Tints of Turquoise #40EEDE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.42%

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

R = 12.21%
G = 45.42%
B = 42.37%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#40EEDE (or 0x40EEDE) is known color: Turquoise. HEX triplet: 40, EE and DE. RGB value is (64,238,222). Sum of RGB (Red+Green+Blue) = 64+238+222=524 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.21% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 238 - color contains mainly: green. Hex color #40EEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EEDE is #BF1121. Grayscale: #B8B8B8. Windows color (decimal): -12521762 or 14609984. OLE color: 14609984.

HSL color Cylindrical-coordinate representation of color #40EEDE: hue angle of 174.48º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EEDE is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 238 222 -
CMYK 0.73 0 0.07 0.07
HSL 174.48º 0.84% 0.59% -
HSV(B) 174.48º 0.73% 0.93% -
XYZ 45.87 67.51 79.72 -
YUV 184.15 149.35 42.3 -
System Red Green Blue C M Y K H S L
Decimal 64 238 222 0.73 0 0.07 0.07 174.48 0.84 0.59
Hex 40 EE DE 49 0 7 7 AE 54 3B
Octal 100 356 336 111 0 7 7 256 124 73
Binary 1000000 11101110 11011110 1001001 0 111 111 10101110 1010100 111011

Color Harmonies of #40EEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EEDE

Black with #40EEDE

Text Example


Text Example

White with #40EEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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