Html Css Color HEX #40C7BD Medium Turquoise

📋 copy color: '#40C7BD'

red 64 ◦ green 199 ◦ blue 189

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

Shades of Medium Turquoise #40C7BD

Tints of Medium Turquoise #40C7BD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.03%

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

R = 14.16%
G = 44.03%
B = 41.81%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#40C7BD (or 0x40C7BD) is known color: Medium Turquoise. HEX triplet: 40, C7 and BD. RGB value is (64,199,189). Sum of RGB (Red+Green+Blue) = 64+199+189=452 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.16% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 199 - color contains mainly: green. Hex color #40C7BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C7BD is #BF3842. Grayscale: #9D9D9D. Windows color (decimal): -12531779 or 12437312. OLE color: 12437312.

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

Color convert

RGB 64 199 189 -
CMYK 0.68 0 0.05 0.22
HSL 175.56º 0.55% 0.52% -
HSV(B) 175.56º 0.68% 0.78% -
XYZ 31.72 45.61 55.28 -
YUV 157.5 145.77 61.31 -
System Red Green Blue C M Y K H S L
Decimal 64 199 189 0.68 0 0.05 0.22 175.56 0.55 0.52
Hex 40 C7 BD 44 0 5 16 B0 37 34
Octal 100 307 275 104 0 5 26 260 67 64
Binary 1000000 11000111 10111101 1000100 0 101 10110 10110000 110111 110100

Color Harmonies of #40C7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C7BD

Black with #40C7BD

Text Example


Text Example

White with #40C7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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