Html Css Color HEX #40BEB6 Medium Turquoise

📋 copy color: '#40BEB6'

red 64 ◦ green 190 ◦ blue 182

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

Shades of Medium Turquoise #40BEB6

Tints of Medium Turquoise #40BEB6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.58%

 BLUE value IS 182 (71.48% from 255) = 41.74%

R = 14.68%
G = 43.58%
B = 41.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#40BEB6 (or 0x40BEB6) is known color: Medium Turquoise. HEX triplet: 40, BE and B6. RGB value is (64,190,182). Sum of RGB (Red+Green+Blue) = 64+190+182=436 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.68% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #40BEB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BEB6 is #BF4149. Grayscale: #979797. Windows color (decimal): -12534090 or 11976256. OLE color: 11976256.

HSL color Cylindrical-coordinate representation of color #40BEB6: hue angle of 176.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BEB6 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 190 182 -
CMYK 0.66 0 0.04 0.25
HSL 176.19º 0.5% 0.5% -
HSV(B) 176.19º 0.66% 0.75% -
XYZ 28.97 41.29 50.7 -
YUV 151.41 145.26 65.65 -
System Red Green Blue C M Y K H S L
Decimal 64 190 182 0.66 0 0.04 0.25 176.19 0.5 0.5
Hex 40 BE B6 42 0 4 19 B0 32 32
Octal 100 276 266 102 0 4 31 260 62 62
Binary 1000000 10111110 10110110 1000010 0 100 11001 10110000 110010 110010

Color Harmonies of #40BEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BEB6

Black with #40BEB6

Text Example


Text Example

White with #40BEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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