Html Css Color HEX #40DED7 Turquoise

📋 copy color: '#40DED7'

red 64 ◦ green 222 ◦ blue 215

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

Shades of Turquoise #40DED7

Tints of Turquoise #40DED7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.31%

 BLUE value IS 215 (84.38% from 255) = 42.91%

R = 12.77%
G = 44.31%
B = 42.91%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#40DED7 (or 0x40DED7) is known color: Turquoise. HEX triplet: 40, DE and D7. RGB value is (64,222,215). Sum of RGB (Red+Green+Blue) = 64+222+215=501 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.77% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #40DED7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DED7 is #BF2128. Grayscale: #ADADAD. Windows color (decimal): -12525865 or 14147136. OLE color: 14147136.

HSL color Cylindrical-coordinate representation of color #40DED7: hue angle of 177.34º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DED7 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 222 215 -
CMYK 0.71 0 0.03 0.13
HSL 177.34º 0.71% 0.56% -
HSV(B) 177.34º 0.71% 0.87% -
XYZ 40.5 58.24 73.4 -
YUV 173.96 151.15 49.57 -
System Red Green Blue C M Y K H S L
Decimal 64 222 215 0.71 0 0.03 0.13 177.34 0.71 0.56
Hex 40 DE D7 47 0 3 D B1 47 38
Octal 100 336 327 107 0 3 15 261 107 70
Binary 1000000 11011110 11010111 1000111 0 11 1101 10110001 1000111 111000

Color Harmonies of #40DED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DED7

Black with #40DED7

Text Example


Text Example

White with #40DED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,222,215); }

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

background-color css

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

 a { background-color: rgb(64,222,215); }

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

border-color css

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

 span { border-color: rgb(64,222,215); }

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