Html Css Color HEX #40EAC7 Turquoise

📋 copy color: '#40EAC7'

red 64 ◦ green 234 ◦ blue 199

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

Shades of Turquoise #40EAC7

Tints of Turquoise #40EAC7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.08%

 BLUE value IS 199 (78.13% from 255) = 40.04%

R = 12.88%
G = 47.08%
B = 40.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#40EAC7 (or 0x40EAC7) is known color: Turquoise. HEX triplet: 40, EA and C7. RGB value is (64,234,199). Sum of RGB (Red+Green+Blue) = 64+234+199=497 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.88% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #40EAC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EAC7 is #BF1538. Grayscale: #B3B3B3. Windows color (decimal): -12522809 or 13101632. OLE color: 13101632.

HSL color Cylindrical-coordinate representation of color #40EAC7: hue angle of 167.65º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EAC7 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 234 199 -
CMYK 0.73 0 0.15 0.08
HSL 167.65º 0.8% 0.58% -
HSV(B) 167.65º 0.73% 0.92% -
XYZ 41.85 64.06 64.19 -
YUV 179.18 139.18 45.85 -
System Red Green Blue C M Y K H S L
Decimal 64 234 199 0.73 0 0.15 0.08 167.65 0.8 0.58
Hex 40 EA C7 49 0 F 8 A8 50 3A
Octal 100 352 307 111 0 17 10 250 120 72
Binary 1000000 11101010 11000111 1001001 0 1111 1000 10101000 1010000 111010

Color Harmonies of #40EAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EAC7

Black with #40EAC7

Text Example


Text Example

White with #40EAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,234,199); }

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

background-color css

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

 a { background-color: rgb(64,234,199); }

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

border-color css

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

 span { border-color: rgb(64,234,199); }

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