Html Css Color HEX #40C7CD Medium Turquoise

📋 copy color: '#40C7CD'

red 64 ◦ green 199 ◦ blue 205

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

Shades of Medium Turquoise #40C7CD

Tints of Medium Turquoise #40C7CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 13.68%
G = 42.52%
B = 43.8%

CMYK

 C value IS 0.69

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#40C7CD (or 0x40C7CD) is known color: Medium Turquoise. HEX triplet: 40, C7 and CD. RGB value is (64,199,205). Sum of RGB (Red+Green+Blue) = 64+199+205=468 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.68% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #40C7CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C7CD is #BF3832. Grayscale: #9F9F9F. Windows color (decimal): -12531763 or 13485888. OLE color: 13485888.

HSL color Cylindrical-coordinate representation of color #40C7CD: hue angle of 182.55º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40C7CD is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 199 205 -
CMYK 0.69 0.03 0 0.20
HSL 182.55º 0.59% 0.53% -
HSV(B) 182.55º 0.69% 0.8% -
XYZ 33.56 46.34 64.93 -
YUV 159.32 153.77 60.01 -
System Red Green Blue C M Y K H S L
Decimal 64 199 205 0.69 0.03 0 0.20 182.55 0.59 0.53
Hex 40 C7 CD 45 3 0 14 B7 3B 35
Octal 100 307 315 105 3 0 24 267 73 65
Binary 1000000 11000111 11001101 1000101 11 0 10100 10110111 111011 110101

Color Harmonies of #40C7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C7CD

Black with #40C7CD

Text Example


Text Example

White with #40C7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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