Html Css Color HEX #40CDC9 Medium Turquoise

📋 copy color: '#40CDC9'

red 64 ◦ green 205 ◦ blue 201

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

Shades of Medium Turquoise #40CDC9

Tints of Medium Turquoise #40CDC9

RGB

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

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

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

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

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

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

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

Color convert

RGB 64 205 201 -
CMYK 0.69 0 0.02 0.20
HSL 178.3º 0.59% 0.53% -
HSV(B) 178.3º 0.69% 0.8% -
XYZ 34.49 48.97 62.89 -
YUV 162.39 149.79 57.83 -
System Red Green Blue C M Y K H S L
Decimal 64 205 201 0.69 0 0.02 0.20 178.3 0.59 0.53
Hex 40 CD C9 45 0 2 14 B2 3B 35
Octal 100 315 311 105 0 2 24 262 73 65
Binary 1000000 11001101 11001001 1000101 0 10 10100 10110010 111011 110101

Color Harmonies of #40CDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CDC9

Black with #40CDC9

Text Example


Text Example

White with #40CDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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