Html Css Color HEX #40C2B9 Medium Turquoise

📋 copy color: '#40C2B9'

red 64 ◦ green 194 ◦ blue 185

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

Shades of Medium Turquoise #40C2B9

Tints of Medium Turquoise #40C2B9

RGB

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

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

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

R = 14.45%
G = 43.79%
B = 41.76%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#40C2B9 (or 0x40C2B9) is known color: Medium Turquoise. HEX triplet: 40, C2 and B9. RGB value is (64,194,185). Sum of RGB (Red+Green+Blue) = 64+194+185=443 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.45% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #40C2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C2B9 is #BF3D46. Grayscale: #9A9A9A. Windows color (decimal): -12533063 or 12173888. OLE color: 12173888.

HSL color Cylindrical-coordinate representation of color #40C2B9: hue angle of 175.85º 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 #40C2B9 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 194 185 -
CMYK 0.67 0 0.05 0.24
HSL 175.85º 0.52% 0.51% -
HSV(B) 175.85º 0.67% 0.76% -
XYZ 30.16 43.18 52.64 -
YUV 154.1 145.43 63.73 -
System Red Green Blue C M Y K H S L
Decimal 64 194 185 0.67 0 0.05 0.24 175.85 0.52 0.51
Hex 40 C2 B9 43 0 5 18 B0 34 33
Octal 100 302 271 103 0 5 30 260 64 63
Binary 1000000 11000010 10111001 1000011 0 101 11000 10110000 110100 110011

Color Harmonies of #40C2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C2B9

Black with #40C2B9

Text Example


Text Example

White with #40C2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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