Html Css Color HEX #40EBBF Turquoise

📋 copy color: '#40EBBF'

red 64 ◦ green 235 ◦ blue 191

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

Shades of Turquoise #40EBBF

Tints of Turquoise #40EBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.98%

R = 13.06%
G = 47.96%
B = 38.98%

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

#40EBBF (or 0x40EBBF) is known color: Turquoise. HEX triplet: 40, EB and BF. RGB value is (64,235,191). Sum of RGB (Red+Green+Blue) = 64+235+191=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #40EBBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EBBF is #BF1440. Grayscale: #B2B2B2. Windows color (decimal): -12522561 or 12577600. OLE color: 12577600.

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

Color convert

RGB 64 235 191 -
CMYK 0.73 0 0.19 0.08
HSL 164.56º 0.81% 0.59% -
HSV(B) 164.56º 0.73% 0.92% -
XYZ 41.23 64.27 59.52 -
YUV 178.86 134.85 46.08 -
System Red Green Blue C M Y K H S L
Decimal 64 235 191 0.73 0 0.19 0.08 164.56 0.81 0.59
Hex 40 EB BF 49 0 13 8 A5 51 3B
Octal 100 353 277 111 0 23 10 245 121 73
Binary 1000000 11101011 10111111 1001001 0 10011 1000 10100101 1010001 111011

Color Harmonies of #40EBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EBBF

Black with #40EBBF

Text Example


Text Example

White with #40EBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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