Html Css Color HEX #40C9DC Medium Turquoise

📋 copy color: '#40C9DC'

red 64 ◦ green 201 ◦ blue 220

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

Shades of Medium Turquoise #40C9DC

Tints of Medium Turquoise #40C9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.44%

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 13.2%
G = 41.44%
B = 45.36%

CMYK

 C value IS 0.71

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#40C9DC (or 0x40C9DC) is known color: Medium Turquoise. HEX triplet: 40, C9 and DC. RGB value is (64,201,220). Sum of RGB (Red+Green+Blue) = 64+201+220=485 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.20% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #40C9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C9DC is #BF3623. Grayscale: #A1A1A1. Windows color (decimal): -12531236 or 14469440. OLE color: 14469440.

HSL color Cylindrical-coordinate representation of color #40C9DC: hue angle of 187.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40C9DC is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 201 220 -
CMYK 0.71 0.09 0 0.14
HSL 187.31º 0.69% 0.56% -
HSV(B) 187.31º 0.71% 0.86% -
XYZ 35.92 48.03 75.09 -
YUV 162.2 160.61 57.96 -
System Red Green Blue C M Y K H S L
Decimal 64 201 220 0.71 0.09 0 0.14 187.31 0.69 0.56
Hex 40 C9 DC 47 9 0 E BB 45 38
Octal 100 311 334 107 11 0 16 273 105 70
Binary 1000000 11001001 11011100 1000111 1001 0 1110 10111011 1000101 111000

Color Harmonies of #40C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C9DC

Black with #40C9DC

Text Example


Text Example

White with #40C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,201,220); }

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

background-color css

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

 a { background-color: rgb(64,201,220); }

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

border-color css

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

 span { border-color: rgb(64,201,220); }

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