Html Css Color HEX #40E9BE Turquoise

📋 copy color: '#40E9BE'

red 64 ◦ green 233 ◦ blue 190

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

Shades of Turquoise #40E9BE

Tints of Turquoise #40E9BE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.84%

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

R = 13.14%
G = 47.84%
B = 39.01%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#40E9BE (or 0x40E9BE) is known color: Turquoise. HEX triplet: 40, E9 and BE. RGB value is (64,233,190). Sum of RGB (Red+Green+Blue) = 64+233+190=487 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.14% from 487); Green value is 233 (91.41% from 255 or 47.84% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 233 - color contains mainly: green. Hex color #40E9BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E9BE is #BF1641. Grayscale: #B1B1B1. Windows color (decimal): -12523074 or 12511552. OLE color: 12511552.

HSL color Cylindrical-coordinate representation of color #40E9BE: hue angle of 164.73º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E9BE is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 233 190 -
CMYK 0.73 0 0.18 0.09
HSL 164.73º 0.79% 0.58% -
HSV(B) 164.73º 0.73% 0.91% -
XYZ 40.55 63.09 58.75 -
YUV 177.57 135.01 47 -
System Red Green Blue C M Y K H S L
Decimal 64 233 190 0.73 0 0.18 0.09 164.73 0.79 0.58
Hex 40 E9 BE 49 0 12 9 A5 4F 3A
Octal 100 351 276 111 0 22 11 245 117 72
Binary 1000000 11101001 10111110 1001001 0 10010 1001 10100101 1001111 111010

Color Harmonies of #40E9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E9BE

Black with #40E9BE

Text Example


Text Example

White with #40E9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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