Html Css Color HEX #40C6CD Medium Turquoise

📋 copy color: '#40C6CD'

red 64 ◦ green 198 ◦ blue 205

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

Shades of Medium Turquoise #40C6CD

Tints of Medium Turquoise #40C6CD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.4%

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

R = 13.7%
G = 42.4%
B = 43.9%

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

#40C6CD (or 0x40C6CD) is known color: Medium Turquoise. HEX triplet: 40, C6 and CD. RGB value is (64,198,205). Sum of RGB (Red+Green+Blue) = 64+198+205=467 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.70% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #40C6CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C6CD is #BF3932. Grayscale: #9E9E9E. Windows color (decimal): -12532019 or 13485632. OLE color: 13485632.

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

Color convert

RGB 64 198 205 -
CMYK 0.69 0.03 0 0.20
HSL 182.98º 0.59% 0.53% -
HSV(B) 182.98º 0.69% 0.8% -
XYZ 33.33 45.89 64.86 -
YUV 158.73 154.11 60.43 -
System Red Green Blue C M Y K H S L
Decimal 64 198 205 0.69 0.03 0 0.20 182.98 0.59 0.53
Hex 40 C6 CD 45 3 0 14 B7 3B 35
Octal 100 306 315 105 3 0 24 267 73 65
Binary 1000000 11000110 11001101 1000101 11 0 10100 10110111 111011 110101

Color Harmonies of #40C6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C6CD

Black with #40C6CD

Text Example


Text Example

White with #40C6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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