Html Css Color HEX #40E5BE Turquoise

📋 copy color: '#40E5BE'

red 64 ◦ green 229 ◦ blue 190

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

Shades of Turquoise #40E5BE

Tints of Turquoise #40E5BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.34%

R = 13.25%
G = 47.41%
B = 39.34%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#40E5BE (or 0x40E5BE) is known color: Turquoise. HEX triplet: 40, E5 and BE. RGB value is (64,229,190). Sum of RGB (Red+Green+Blue) = 64+229+190=483 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.25% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #40E5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E5BE is #BF1A41. Grayscale: #AFAFAF. Windows color (decimal): -12524098 or 12510528. OLE color: 12510528.

HSL color Cylindrical-coordinate representation of color #40E5BE: hue angle of 165.82º 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 #40E5BE is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 64 229 190 -
CMYK 0.72 0 0.17 0.10
HSL 165.82º 0.76% 0.57% -
HSV(B) 165.82º 0.72% 0.9% -
XYZ 39.43 60.85 58.38 -
YUV 175.22 136.34 48.67 -
System Red Green Blue C M Y K H S L
Decimal 64 229 190 0.72 0 0.17 0.10 165.82 0.76 0.57
Hex 40 E5 BE 48 0 11 A A6 4C 39
Octal 100 345 276 110 0 21 12 246 114 71
Binary 1000000 11100101 10111110 1001000 0 10001 1010 10100110 1001100 111001

Color Harmonies of #40E5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E5BE

Black with #40E5BE

Text Example


Text Example

White with #40E5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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