Html Css Color HEX #40C9B4 Medium Turquoise

📋 copy color: '#40C9B4'

red 64 ◦ green 201 ◦ blue 180

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

Shades of Medium Turquoise #40C9B4

Tints of Medium Turquoise #40C9B4

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.17%

 BLUE value IS 180 (70.7% from 255) = 40.45%

R = 14.38%
G = 45.17%
B = 40.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#40C9B4 (or 0x40C9B4) is known color: Medium Turquoise. HEX triplet: 40, C9 and B4. RGB value is (64,201,180). Sum of RGB (Red+Green+Blue) = 64+201+180=445 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.38% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #40C9B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C9B4 is #BF364B. Grayscale: #9D9D9D. Windows color (decimal): -12531276 or 11848000. OLE color: 11848000.

HSL color Cylindrical-coordinate representation of color #40C9B4: hue angle of 170.8º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C9B4 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 201 180 -
CMYK 0.68 0 0.10 0.21
HSL 170.8º 0.56% 0.52% -
HSV(B) 170.8º 0.68% 0.79% -
XYZ 31.24 46.16 50.44 -
YUV 157.64 140.61 61.21 -
System Red Green Blue C M Y K H S L
Decimal 64 201 180 0.68 0 0.10 0.21 170.8 0.56 0.52
Hex 40 C9 B4 44 0 A 15 AB 38 34
Octal 100 311 264 104 0 12 25 253 70 64
Binary 1000000 11001001 10110100 1000100 0 1010 10101 10101011 111000 110100

Color Harmonies of #40C9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C9B4

Black with #40C9B4

Text Example


Text Example

White with #40C9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,201,180); }

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

background-color css

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

 a { background-color: rgb(64,201,180); }

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

border-color css

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

 span { border-color: rgb(64,201,180); }

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