Html Css Color HEX #40C7C4 Medium Turquoise

📋 copy color: '#40C7C4'

red 64 ◦ green 199 ◦ blue 196

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

Shades of Medium Turquoise #40C7C4

Tints of Medium Turquoise #40C7C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.7%

R = 13.94%
G = 43.36%
B = 42.7%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#40C7C4 (or 0x40C7C4) is known color: Medium Turquoise. HEX triplet: 40, C7 and C4. RGB value is (64,199,196). Sum of RGB (Red+Green+Blue) = 64+199+196=459 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.94% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 199 - color contains mainly: green. Hex color #40C7C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C7C4 is #BF383B. Grayscale: #9E9E9E. Windows color (decimal): -12531772 or 12896064. OLE color: 12896064.

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

Color convert

RGB 64 199 196 -
CMYK 0.68 0 0.02 0.22
HSL 178.67º 0.55% 0.52% -
HSV(B) 178.67º 0.68% 0.78% -
XYZ 32.5 45.92 59.38 -
YUV 158.29 149.27 60.74 -
System Red Green Blue C M Y K H S L
Decimal 64 199 196 0.68 0 0.02 0.22 178.67 0.55 0.52
Hex 40 C7 C4 44 0 2 16 B3 37 34
Octal 100 307 304 104 0 2 26 263 67 64
Binary 1000000 11000111 11000100 1000100 0 10 10110 10110011 110111 110100

Color Harmonies of #40C7C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C7C4

Black with #40C7C4

Text Example


Text Example

White with #40C7C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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