Html Css Color HEX #40BEB9 Medium Turquoise

📋 copy color: '#40BEB9'

red 64 ◦ green 190 ◦ blue 185

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

Shades of Medium Turquoise #40BEB9

Tints of Medium Turquoise #40BEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.14%

R = 14.58%
G = 43.28%
B = 42.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#40BEB9 (or 0x40BEB9) is known color: Medium Turquoise. HEX triplet: 40, BE and B9. RGB value is (64,190,185). Sum of RGB (Red+Green+Blue) = 64+190+185=439 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.58% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #40BEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BEB9 is #BF4146. Grayscale: #979797. Windows color (decimal): -12534087 or 12172864. OLE color: 12172864.

HSL color Cylindrical-coordinate representation of color #40BEB9: hue angle of 177.62º 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 #40BEB9 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 190 185 -
CMYK 0.66 0 0.03 0.25
HSL 177.62º 0.5% 0.5% -
HSV(B) 177.62º 0.66% 0.75% -
XYZ 29.28 41.42 52.35 -
YUV 151.76 146.76 65.41 -
System Red Green Blue C M Y K H S L
Decimal 64 190 185 0.66 0 0.03 0.25 177.62 0.5 0.5
Hex 40 BE B9 42 0 3 19 B2 32 32
Octal 100 276 271 102 0 3 31 262 62 62
Binary 1000000 10111110 10111001 1000010 0 11 11001 10110010 110010 110010

Color Harmonies of #40BEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BEB9

Black with #40BEB9

Text Example


Text Example

White with #40BEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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