Html Css Color HEX #40C5DA Medium Turquoise

📋 copy color: '#40C5DA'

red 64 ◦ green 197 ◦ blue 218

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

Shades of Medium Turquoise #40C5DA

Tints of Medium Turquoise #40C5DA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.13%

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 13.36%
G = 41.13%
B = 45.51%

CMYK

 C value IS 0.71

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#40C5DA (or 0x40C5DA) is known color: Medium Turquoise. HEX triplet: 40, C5 and DA. RGB value is (64,197,218). Sum of RGB (Red+Green+Blue) = 64+197+218=479 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.36% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #40C5DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C5DA is #BF3A25. Grayscale: #9F9F9F. Windows color (decimal): -12532262 or 14337344. OLE color: 14337344.

HSL color Cylindrical-coordinate representation of color #40C5DA: hue angle of 188.18º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40C5DA is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 197 218 -
CMYK 0.71 0.10 0 0.15
HSL 188.18º 0.68% 0.55% -
HSV(B) 188.18º 0.71% 0.85% -
XYZ 34.74 46.08 73.39 -
YUV 159.63 160.94 59.79 -
System Red Green Blue C M Y K H S L
Decimal 64 197 218 0.71 0.10 0 0.15 188.18 0.68 0.55
Hex 40 C5 DA 47 A 0 F BC 44 37
Octal 100 305 332 107 12 0 17 274 104 67
Binary 1000000 11000101 11011010 1000111 1010 0 1111 10111100 1000100 110111

Color Harmonies of #40C5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C5DA

Black with #40C5DA

Text Example


Text Example

White with #40C5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,197,218); }

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

background-color css

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

 a { background-color: rgb(64,197,218); }

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

border-color css

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

 span { border-color: rgb(64,197,218); }

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