Html Css Color HEX #40DED5 Turquoise

📋 copy color: '#40DED5'

red 64 ◦ green 222 ◦ blue 213

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

Shades of Turquoise #40DED5

Tints of Turquoise #40DED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.69%

R = 12.83%
G = 44.49%
B = 42.69%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#40DED5 (or 0x40DED5) is known color: Turquoise. HEX triplet: 40, DE and D5. RGB value is (64,222,213). Sum of RGB (Red+Green+Blue) = 64+222+213=499 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.83% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #40DED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DED5 is #BF212A. Grayscale: #ADADAD. Windows color (decimal): -12525867 or 14016064. OLE color: 14016064.

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

Color convert

RGB 64 222 213 -
CMYK 0.71 0 0.04 0.13
HSL 176.58º 0.71% 0.56% -
HSV(B) 176.58º 0.71% 0.87% -
XYZ 40.25 58.14 72.05 -
YUV 173.73 150.15 49.73 -
System Red Green Blue C M Y K H S L
Decimal 64 222 213 0.71 0 0.04 0.13 176.58 0.71 0.56
Hex 40 DE D5 47 0 4 D B1 47 38
Octal 100 336 325 107 0 4 15 261 107 70
Binary 1000000 11011110 11010101 1000111 0 100 1101 10110001 1000111 111000

Color Harmonies of #40DED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DED5

Black with #40DED5

Text Example


Text Example

White with #40DED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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