Html Css Color HEX #40EFB0 Turquoise

📋 copy color: '#40EFB0'

red 64 ◦ green 239 ◦ blue 176

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

Shades of Turquoise #40EFB0

Tints of Turquoise #40EFB0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.9%

 BLUE value IS 176 (69.14% from 255) = 36.74%

R = 13.36%
G = 49.9%
B = 36.74%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#40EFB0 (or 0x40EFB0) is known color: Turquoise. HEX triplet: 40, EF and B0. RGB value is (64,239,176). Sum of RGB (Red+Green+Blue) = 64+239+176=479 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.36% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40EFB0 is #BF104F. Grayscale: #B3B3B3. Windows color (decimal): -12521552 or 11595584. OLE color: 11595584.

HSL color Cylindrical-coordinate representation of color #40EFB0: hue angle of 158.4º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EFB0 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 239 176 -
CMYK 0.73 0 0.26 0.06
HSL 158.4º 0.85% 0.59% -
HSV(B) 158.4º 0.73% 0.94% -
XYZ 40.82 65.96 51.65 -
YUV 179.49 126.02 45.62 -
System Red Green Blue C M Y K H S L
Decimal 64 239 176 0.73 0 0.26 0.06 158.4 0.85 0.59
Hex 40 EF B0 49 0 1A 6 9E 55 3B
Octal 100 357 260 111 0 32 6 236 125 73
Binary 1000000 11101111 10110000 1001001 0 11010 110 10011110 1010101 111011

Color Harmonies of #40EFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EFB0

Black with #40EFB0

Text Example


Text Example

White with #40EFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,239,176); }

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

background-color css

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

 a { background-color: rgb(64,239,176); }

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

border-color css

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

 span { border-color: rgb(64,239,176); }

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