Html Css Color HEX #40C6BE Medium Turquoise

📋 copy color: '#40C6BE'

red 64 ◦ green 198 ◦ blue 190

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

Shades of Medium Turquoise #40C6BE

Tints of Medium Turquoise #40C6BE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.81%

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 14.16%
G = 43.81%
B = 42.04%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#40C6BE (or 0x40C6BE) is known color: Medium Turquoise. HEX triplet: 40, C6 and BE. RGB value is (64,198,190). Sum of RGB (Red+Green+Blue) = 64+198+190=452 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.16% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #40C6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C6BE is #BF3941. Grayscale: #9C9C9C. Windows color (decimal): -12532034 or 12502592. OLE color: 12502592.

HSL color Cylindrical-coordinate representation of color #40C6BE: hue angle of 176.42º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C6BE is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 198 190 -
CMYK 0.68 0 0.04 0.22
HSL 176.42º 0.54% 0.51% -
HSV(B) 176.42º 0.68% 0.78% -
XYZ 31.6 45.2 55.77 -
YUV 157.02 146.61 61.65 -
System Red Green Blue C M Y K H S L
Decimal 64 198 190 0.68 0 0.04 0.22 176.42 0.54 0.51
Hex 40 C6 BE 44 0 4 16 B0 36 33
Octal 100 306 276 104 0 4 26 260 66 63
Binary 1000000 11000110 10111110 1000100 0 100 10110 10110000 110110 110011

Color Harmonies of #40C6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C6BE

Black with #40C6BE

Text Example


Text Example

White with #40C6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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