Html Css Color HEX #40CDC8 Medium Turquoise

📋 copy color: '#40CDC8'

red 64 ◦ green 205 ◦ blue 200

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

Shades of Medium Turquoise #40CDC8

Tints of Medium Turquoise #40CDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.64%

R = 13.65%
G = 43.71%
B = 42.64%

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

#40CDC8 (or 0x40CDC8) is known color: Medium Turquoise. HEX triplet: 40, CD and C8. RGB value is (64,205,200). Sum of RGB (Red+Green+Blue) = 64+205+200=469 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.65% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #40CDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CDC8 is #BF3237. Grayscale: #A2A2A2. Windows color (decimal): -12530232 or 13159744. OLE color: 13159744.

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

Color convert

RGB 64 205 200 -
CMYK 0.69 0 0.02 0.20
HSL 177.87º 0.59% 0.53% -
HSV(B) 177.87º 0.69% 0.8% -
XYZ 34.37 48.92 62.28 -
YUV 162.27 149.29 57.91 -
System Red Green Blue C M Y K H S L
Decimal 64 205 200 0.69 0 0.02 0.20 177.87 0.59 0.53
Hex 40 CD C8 45 0 2 14 B2 3B 35
Octal 100 315 310 105 0 2 24 262 73 65
Binary 1000000 11001101 11001000 1000101 0 10 10100 10110010 111011 110101

Color Harmonies of #40CDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CDC8

Black with #40CDC8

Text Example


Text Example

White with #40CDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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