Html Css Color HEX #40EBBE Turquoise

📋 copy color: '#40EBBE'

red 64 ◦ green 235 ◦ blue 190

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

Shades of Turquoise #40EBBE

Tints of Turquoise #40EBBE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.06%

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

R = 13.09%
G = 48.06%
B = 38.85%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#40EBBE (or 0x40EBBE) is known color: Turquoise. HEX triplet: 40, EB and BE. RGB value is (64,235,190). Sum of RGB (Red+Green+Blue) = 64+235+190=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 235 (92.19% from 255 or 48.06% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 235 - color contains mainly: green. Hex color #40EBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EBBE is #BF1441. Grayscale: #B2B2B2. Windows color (decimal): -12522562 or 12512064. OLE color: 12512064.

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

Color convert

RGB 64 235 190 -
CMYK 0.73 0 0.19 0.08
HSL 164.21º 0.81% 0.59% -
HSV(B) 164.21º 0.73% 0.92% -
XYZ 41.12 64.22 58.94 -
YUV 178.74 134.35 46.16 -
System Red Green Blue C M Y K H S L
Decimal 64 235 190 0.73 0 0.19 0.08 164.21 0.81 0.59
Hex 40 EB BE 49 0 13 8 A4 51 3B
Octal 100 353 276 111 0 23 10 244 121 73
Binary 1000000 11101011 10111110 1001001 0 10011 1000 10100100 1010001 111011

Color Harmonies of #40EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EBBE

Black with #40EBBE

Text Example


Text Example

White with #40EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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