Html Css Color HEX #40C2BB Medium Turquoise

📋 copy color: '#40C2BB'

red 64 ◦ green 194 ◦ blue 187

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

Shades of Medium Turquoise #40C2BB

Tints of Medium Turquoise #40C2BB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.6%

 BLUE value IS 187 (73.44% from 255) = 42.02%

R = 14.38%
G = 43.6%
B = 42.02%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#40C2BB (or 0x40C2BB) is known color: Medium Turquoise. HEX triplet: 40, C2 and BB. RGB value is (64,194,187). Sum of RGB (Red+Green+Blue) = 64+194+187=445 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.38% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 194 - color contains mainly: green. Hex color #40C2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C2BB is #BF3D44. Grayscale: #9A9A9A. Windows color (decimal): -12533061 or 12304960. OLE color: 12304960.

HSL color Cylindrical-coordinate representation of color #40C2BB: hue angle of 176.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C2BB is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 194 187 -
CMYK 0.67 0 0.04 0.24
HSL 176.77º 0.52% 0.51% -
HSV(B) 176.77º 0.67% 0.76% -
XYZ 30.38 43.26 53.76 -
YUV 154.33 146.43 63.57 -
System Red Green Blue C M Y K H S L
Decimal 64 194 187 0.67 0 0.04 0.24 176.77 0.52 0.51
Hex 40 C2 BB 43 0 4 18 B1 34 33
Octal 100 302 273 103 0 4 30 261 64 63
Binary 1000000 11000010 10111011 1000011 0 100 11000 10110001 110100 110011

Color Harmonies of #40C2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C2BB

Black with #40C2BB

Text Example


Text Example

White with #40C2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,194,187); }

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

background-color css

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

 a { background-color: rgb(64,194,187); }

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

border-color css

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

 span { border-color: rgb(64,194,187); }

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