Html Css Color HEX #40D2C7 Medium Turquoise

📋 copy color: '#40D2C7'

red 64 ◦ green 210 ◦ blue 199

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

Shades of Medium Turquoise #40D2C7

Tints of Medium Turquoise #40D2C7

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.4%

 BLUE value IS 199 (78.13% from 255) = 42.07%

R = 13.53%
G = 44.4%
B = 42.07%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#40D2C7 (or 0x40D2C7) is known color: Medium Turquoise. HEX triplet: 40, D2 and C7. RGB value is (64,210,199). Sum of RGB (Red+Green+Blue) = 64+210+199=473 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.53% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #40D2C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D2C7 is #BF2D38. Grayscale: #A4A4A4. Windows color (decimal): -12528953 or 13095488. OLE color: 13095488.

HSL color Cylindrical-coordinate representation of color #40D2C7: hue angle of 175.48º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D2C7 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 210 199 -
CMYK 0.70 0 0.05 0.18
HSL 175.48º 0.62% 0.54% -
HSV(B) 175.48º 0.7% 0.82% -
XYZ 35.47 51.31 62.07 -
YUV 165.09 147.13 55.89 -
System Red Green Blue C M Y K H S L
Decimal 64 210 199 0.70 0 0.05 0.18 175.48 0.62 0.54
Hex 40 D2 C7 46 0 5 12 AF 3E 36
Octal 100 322 307 106 0 5 22 257 76 66
Binary 1000000 11010010 11000111 1000110 0 101 10010 10101111 111110 110110

Color Harmonies of #40D2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D2C7

Black with #40D2C7

Text Example


Text Example

White with #40D2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,210,199); }

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

background-color css

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

 a { background-color: rgb(64,210,199); }

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

border-color css

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

 span { border-color: rgb(64,210,199); }

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