Html Css Color HEX #40EAB9 Turquoise

📋 copy color: '#40EAB9'

red 64 ◦ green 234 ◦ blue 185

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

Shades of Turquoise #40EAB9

Tints of Turquoise #40EAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.3%

R = 13.25%
G = 48.45%
B = 38.3%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#40EAB9 (or 0x40EAB9) is known color: Turquoise. HEX triplet: 40, EA and B9. RGB value is (64,234,185). Sum of RGB (Red+Green+Blue) = 64+234+185=483 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.25% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 234 - color contains mainly: green. Hex color #40EAB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EAB9 is #BF1546. Grayscale: #B1B1B1. Windows color (decimal): -12522823 or 12184128. OLE color: 12184128.

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

Color convert

RGB 64 234 185 -
CMYK 0.73 0 0.21 0.08
HSL 162.71º 0.8% 0.58% -
HSV(B) 162.71º 0.73% 0.92% -
XYZ 40.29 63.44 56.02 -
YUV 177.58 132.18 46.98 -
System Red Green Blue C M Y K H S L
Decimal 64 234 185 0.73 0 0.21 0.08 162.71 0.8 0.58
Hex 40 EA B9 49 0 15 8 A3 50 3A
Octal 100 352 271 111 0 25 10 243 120 72
Binary 1000000 11101010 10111001 1001001 0 10101 1000 10100011 1010000 111010

Color Harmonies of #40EAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EAB9

Black with #40EAB9

Text Example


Text Example

White with #40EAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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