Html Css Color HEX #40C0B6 Medium Turquoise

📋 copy color: '#40C0B6'

red 64 ◦ green 192 ◦ blue 182

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

Shades of Medium Turquoise #40C0B6

Tints of Medium Turquoise #40C0B6

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.84%

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

R = 14.61%
G = 43.84%
B = 41.55%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#40C0B6 (or 0x40C0B6) is known color: Medium Turquoise. HEX triplet: 40, C0 and B6. RGB value is (64,192,182). Sum of RGB (Red+Green+Blue) = 64+192+182=438 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.61% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #40C0B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C0B6 is #BF3F49. Grayscale: #989898. Windows color (decimal): -12533578 or 11976768. OLE color: 11976768.

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

Color convert

RGB 64 192 182 -
CMYK 0.67 0 0.05 0.25
HSL 175.31º 0.5% 0.5% -
HSV(B) 175.31º 0.67% 0.75% -
XYZ 29.41 42.17 50.85 -
YUV 152.59 144.59 64.81 -
System Red Green Blue C M Y K H S L
Decimal 64 192 182 0.67 0 0.05 0.25 175.31 0.5 0.5
Hex 40 C0 B6 43 0 5 19 AF 32 32
Octal 100 300 266 103 0 5 31 257 62 62
Binary 1000000 11000000 10110110 1000011 0 101 11001 10101111 110010 110010

Color Harmonies of #40C0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C0B6

Black with #40C0B6

Text Example


Text Example

White with #40C0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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