Html Css Color HEX #40C9CD Medium Turquoise

📋 copy color: '#40C9CD'

red 64 ◦ green 201 ◦ blue 205

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

Shades of Medium Turquoise #40C9CD

Tints of Medium Turquoise #40C9CD

RGB

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

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

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

R = 13.62%
G = 42.77%
B = 43.62%

CMYK

 C value IS 0.69

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#40C9CD (or 0x40C9CD) is known color: Medium Turquoise. HEX triplet: 40, C9 and CD. RGB value is (64,201,205). Sum of RGB (Red+Green+Blue) = 64+201+205=470 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.62% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #40C9CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C9CD is #BF3632. Grayscale: #A0A0A0. Windows color (decimal): -12531251 or 13486400. OLE color: 13486400.

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

Color convert

RGB 64 201 205 -
CMYK 0.69 0.02 0 0.20
HSL 181.7º 0.59% 0.53% -
HSV(B) 181.7º 0.69% 0.8% -
XYZ 34.02 47.27 65.09 -
YUV 160.49 153.11 59.17 -
System Red Green Blue C M Y K H S L
Decimal 64 201 205 0.69 0.02 0 0.20 181.7 0.59 0.53
Hex 40 C9 CD 45 2 0 14 B6 3B 35
Octal 100 311 315 105 2 0 24 266 73 65
Binary 1000000 11001001 11001101 1000101 10 0 10100 10110110 111011 110101

Color Harmonies of #40C9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C9CD

Black with #40C9CD

Text Example


Text Example

White with #40C9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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