Html Css Color HEX #40C1BB Medium Turquoise

📋 copy color: '#40C1BB'

red 64 ◦ green 193 ◦ blue 187

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

Shades of Medium Turquoise #40C1BB

Tints of Medium Turquoise #40C1BB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.47%

 BLUE value IS 187 (73.44% from 255) = 42.12%

R = 14.41%
G = 43.47%
B = 42.12%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#40C1BB (or 0x40C1BB) is known color: Medium Turquoise. HEX triplet: 40, C1 and BB. RGB value is (64,193,187). Sum of RGB (Red+Green+Blue) = 64+193+187=444 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.41% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #40C1BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C1BB is #BF3E44. Grayscale: #999999. Windows color (decimal): -12533317 or 12304704. OLE color: 12304704.

HSL color Cylindrical-coordinate representation of color #40C1BB: hue angle of 177.21º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C1BB is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 193 187 -
CMYK 0.67 0 0.03 0.24
HSL 177.21º 0.51% 0.5% -
HSV(B) 177.21º 0.67% 0.76% -
XYZ 30.15 42.82 53.69 -
YUV 153.75 146.76 63.99 -
System Red Green Blue C M Y K H S L
Decimal 64 193 187 0.67 0 0.03 0.24 177.21 0.51 0.5
Hex 40 C1 BB 43 0 3 18 B1 33 32
Octal 100 301 273 103 0 3 30 261 63 62
Binary 1000000 11000001 10111011 1000011 0 11 11000 10110001 110011 110010

Color Harmonies of #40C1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C1BB

Black with #40C1BB

Text Example


Text Example

White with #40C1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,193,187); }

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

background-color css

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

 a { background-color: rgb(64,193,187); }

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

border-color css

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

 span { border-color: rgb(64,193,187); }

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