Html Css Color HEX #40C1BD Medium Turquoise

📋 copy color: '#40C1BD'

red 64 ◦ green 193 ◦ blue 189

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

Shades of Medium Turquoise #40C1BD

Tints of Medium Turquoise #40C1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.38%

R = 14.35%
G = 43.27%
B = 42.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#40C1BD (or 0x40C1BD) is known color: Medium Turquoise. HEX triplet: 40, C1 and BD. RGB value is (64,193,189). Sum of RGB (Red+Green+Blue) = 64+193+189=446 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.35% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #40C1BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C1BD is #BF3E42. Grayscale: #999999. Windows color (decimal): -12533315 or 12435776. OLE color: 12435776.

HSL color Cylindrical-coordinate representation of color #40C1BD: hue angle of 178.14º 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 #40C1BD is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 193 189 -
CMYK 0.67 0 0.02 0.24
HSL 178.14º 0.51% 0.5% -
HSV(B) 178.14º 0.67% 0.76% -
XYZ 30.37 42.9 54.82 -
YUV 153.97 147.76 63.83 -
System Red Green Blue C M Y K H S L
Decimal 64 193 189 0.67 0 0.02 0.24 178.14 0.51 0.5
Hex 40 C1 BD 43 0 2 18 B2 33 32
Octal 100 301 275 103 0 2 30 262 63 62
Binary 1000000 11000001 10111101 1000011 0 10 11000 10110010 110011 110010

Color Harmonies of #40C1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C1BD

Black with #40C1BD

Text Example


Text Example

White with #40C1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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