Html Css Color HEX #40C5CD Medium Turquoise

📋 copy color: '#40C5CD'

red 64 ◦ green 197 ◦ blue 205

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

Shades of Medium Turquoise #40C5CD

Tints of Medium Turquoise #40C5CD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.27%

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

R = 13.73%
G = 42.27%
B = 43.99%

CMYK

 C value IS 0.69

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#40C5CD (or 0x40C5CD) is known color: Medium Turquoise. HEX triplet: 40, C5 and CD. RGB value is (64,197,205). Sum of RGB (Red+Green+Blue) = 64+197+205=466 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.73% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #40C5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C5CD is #BF3A32. Grayscale: #9D9D9D. Windows color (decimal): -12532275 or 13485376. OLE color: 13485376.

HSL color Cylindrical-coordinate representation of color #40C5CD: hue angle of 183.4º 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 #40C5CD is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 197 205 -
CMYK 0.69 0.04 0 0.20
HSL 183.4º 0.59% 0.53% -
HSV(B) 183.4º 0.69% 0.8% -
XYZ 33.1 45.43 64.78 -
YUV 158.15 154.44 60.85 -
System Red Green Blue C M Y K H S L
Decimal 64 197 205 0.69 0.04 0 0.20 183.4 0.59 0.53
Hex 40 C5 CD 45 4 0 14 B7 3B 35
Octal 100 305 315 105 4 0 24 267 73 65
Binary 1000000 11000101 11001101 1000101 100 0 10100 10110111 111011 110101

Color Harmonies of #40C5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C5CD

Black with #40C5CD

Text Example


Text Example

White with #40C5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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