Html Css Color HEX #40BFB3 Medium Turquoise

📋 copy color: '#40BFB3'

red 64 ◦ green 191 ◦ blue 179

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

Shades of Medium Turquoise #40BFB3

Tints of Medium Turquoise #40BFB3

RGB

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

 GREEN value IS 191 (75% from 255) = 44.01%

 BLUE value IS 179 (70.31% from 255) = 41.24%

R = 14.75%
G = 44.01%
B = 41.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#40BFB3 (or 0x40BFB3) is known color: Medium Turquoise. HEX triplet: 40, BF and B3. RGB value is (64,191,179). Sum of RGB (Red+Green+Blue) = 64+191+179=434 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.75% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #40BFB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BFB3 is #BF404C. Grayscale: #979797. Windows color (decimal): -12533837 or 11779904. OLE color: 11779904.

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

Color convert

RGB 64 191 179 -
CMYK 0.66 0 0.06 0.25
HSL 174.33º 0.5% 0.5% -
HSV(B) 174.33º 0.66% 0.75% -
XYZ 28.88 41.61 49.16 -
YUV 151.66 143.42 65.48 -
System Red Green Blue C M Y K H S L
Decimal 64 191 179 0.66 0 0.06 0.25 174.33 0.5 0.5
Hex 40 BF B3 42 0 6 19 AE 32 32
Octal 100 277 263 102 0 6 31 256 62 62
Binary 1000000 10111111 10110011 1000010 0 110 11001 10101110 110010 110010

Color Harmonies of #40BFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BFB3

Black with #40BFB3

Text Example


Text Example

White with #40BFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,191,179); }

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

background-color css

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

 a { background-color: rgb(64,191,179); }

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

border-color css

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

 span { border-color: rgb(64,191,179); }

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