Html Css Color HEX #40EEDC Turquoise

📋 copy color: '#40EEDC'

red 64 ◦ green 238 ◦ blue 220

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

Shades of Turquoise #40EEDC

Tints of Turquoise #40EEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.15%

R = 12.26%
G = 45.59%
B = 42.15%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#40EEDC (or 0x40EEDC) is known color: Turquoise. HEX triplet: 40, EE and DC. RGB value is (64,238,220). Sum of RGB (Red+Green+Blue) = 64+238+220=522 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.26% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 238 - color contains mainly: green. Hex color #40EEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EEDC is #BF1123. Grayscale: #B7B7B7. Windows color (decimal): -12521764 or 14478912. OLE color: 14478912.

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

Color convert

RGB 64 238 220 -
CMYK 0.73 0 0.08 0.07
HSL 173.79º 0.84% 0.59% -
HSV(B) 173.79º 0.73% 0.93% -
XYZ 45.61 67.41 78.32 -
YUV 183.92 148.35 42.46 -
System Red Green Blue C M Y K H S L
Decimal 64 238 220 0.73 0 0.08 0.07 173.79 0.84 0.59
Hex 40 EE DC 49 0 8 7 AE 54 3B
Octal 100 356 334 111 0 10 7 256 124 73
Binary 1000000 11101110 11011100 1001001 0 1000 111 10101110 1010100 111011

Color Harmonies of #40EEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EEDC

Black with #40EEDC

Text Example


Text Example

White with #40EEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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