Html Css Color HEX #40DFBE Turquoise

📋 copy color: '#40DFBE'

red 64 ◦ green 223 ◦ blue 190

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

Shades of Turquoise #40DFBE

Tints of Turquoise #40DFBE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.75%

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 13.42%
G = 46.75%
B = 39.83%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#40DFBE (or 0x40DFBE) is known color: Turquoise. HEX triplet: 40, DF and BE. RGB value is (64,223,190). Sum of RGB (Red+Green+Blue) = 64+223+190=477 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.42% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #40DFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DFBE is #BF2041. Grayscale: #ABABAB. Windows color (decimal): -12525634 or 12508992. OLE color: 12508992.

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

Color convert

RGB 64 223 190 -
CMYK 0.71 0 0.15 0.13
HSL 167.55º 0.71% 0.56% -
HSV(B) 167.55º 0.71% 0.87% -
XYZ 37.8 57.58 57.84 -
YUV 171.7 138.32 51.18 -
System Red Green Blue C M Y K H S L
Decimal 64 223 190 0.71 0 0.15 0.13 167.55 0.71 0.56
Hex 40 DF BE 47 0 F D A8 47 38
Octal 100 337 276 107 0 17 15 250 107 70
Binary 1000000 11011111 10111110 1000111 0 1111 1101 10101000 1000111 111000

Color Harmonies of #40DFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DFBE

Black with #40DFBE

Text Example


Text Example

White with #40DFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,223,190); }

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

background-color css

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

 a { background-color: rgb(64,223,190); }

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

border-color css

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

 span { border-color: rgb(64,223,190); }

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