Html Css Color HEX #40CADC Medium Turquoise

📋 copy color: '#40CADC'

red 64 ◦ green 202 ◦ blue 220

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

Shades of Medium Turquoise #40CADC

Tints of Medium Turquoise #40CADC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.56%

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

R = 13.17%
G = 41.56%
B = 45.27%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#40CADC (or 0x40CADC) is known color: Medium Turquoise. HEX triplet: 40, CA and DC. RGB value is (64,202,220). Sum of RGB (Red+Green+Blue) = 64+202+220=486 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.17% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #40CADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CADC is #BF3523. Grayscale: #A2A2A2. Windows color (decimal): -12530980 or 14469696. OLE color: 14469696.

HSL color Cylindrical-coordinate representation of color #40CADC: hue angle of 186.92º 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 #40CADC is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 202 220 -
CMYK 0.71 0.08 0 0.14
HSL 186.92º 0.69% 0.56% -
HSV(B) 186.92º 0.71% 0.86% -
XYZ 36.15 48.5 75.17 -
YUV 162.79 160.28 57.54 -
System Red Green Blue C M Y K H S L
Decimal 64 202 220 0.71 0.08 0 0.14 186.92 0.69 0.56
Hex 40 CA DC 47 8 0 E BB 45 38
Octal 100 312 334 107 10 0 16 273 105 70
Binary 1000000 11001010 11011100 1000111 1000 0 1110 10111011 1000101 111000

Color Harmonies of #40CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CADC

Black with #40CADC

Text Example


Text Example

White with #40CADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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