Html Css Color HEX #40CACD Medium Turquoise

📋 copy color: '#40CACD'

red 64 ◦ green 202 ◦ blue 205

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

Shades of Medium Turquoise #40CACD

Tints of Medium Turquoise #40CACD

RGB

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

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

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

R = 13.59%
G = 42.89%
B = 43.52%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#40CACD (or 0x40CACD) is known color: Medium Turquoise. HEX triplet: 40, CA and CD. RGB value is (64,202,205). Sum of RGB (Red+Green+Blue) = 64+202+205=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #40CACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CACD is #BF3532. Grayscale: #A0A0A0. Windows color (decimal): -12530995 or 13486656. OLE color: 13486656.

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

Color convert

RGB 64 202 205 -
CMYK 0.69 0.01 0 0.20
HSL 181.28º 0.59% 0.53% -
HSV(B) 181.28º 0.69% 0.8% -
XYZ 34.25 47.74 65.17 -
YUV 161.08 152.78 58.76 -
System Red Green Blue C M Y K H S L
Decimal 64 202 205 0.69 0.01 0 0.20 181.28 0.59 0.53
Hex 40 CA CD 45 1 0 14 B5 3B 35
Octal 100 312 315 105 1 0 24 265 73 65
Binary 1000000 11001010 11001101 1000101 1 0 10100 10110101 111011 110101

Color Harmonies of #40CACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CACD

Black with #40CACD

Text Example


Text Example

White with #40CACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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