Html Css Color HEX #40D1CA Medium Turquoise

📋 copy color: '#40D1CA'

red 64 ◦ green 209 ◦ blue 202

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

Shades of Medium Turquoise #40D1CA

Tints of Medium Turquoise #40D1CA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44%

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 13.47%
G = 44%
B = 42.53%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#40D1CA (or 0x40D1CA) is known color: Medium Turquoise. HEX triplet: 40, D1 and CA. RGB value is (64,209,202). Sum of RGB (Red+Green+Blue) = 64+209+202=475 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.47% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #40D1CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D1CA is #BF2E35. Grayscale: #A4A4A4. Windows color (decimal): -12529206 or 13291840. OLE color: 13291840.

HSL color Cylindrical-coordinate representation of color #40D1CA: hue angle of 177.1º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D1CA is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 209 202 -
CMYK 0.69 0 0.03 0.18
HSL 177.1º 0.61% 0.54% -
HSV(B) 177.1º 0.69% 0.82% -
XYZ 35.58 50.96 63.84 -
YUV 164.85 148.96 56.07 -
System Red Green Blue C M Y K H S L
Decimal 64 209 202 0.69 0 0.03 0.18 177.1 0.61 0.54
Hex 40 D1 CA 45 0 3 12 B1 3D 36
Octal 100 321 312 105 0 3 22 261 75 66
Binary 1000000 11010001 11001010 1000101 0 11 10010 10110001 111101 110110

Color Harmonies of #40D1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D1CA

Black with #40D1CA

Text Example


Text Example

White with #40D1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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