Html Css Color HEX #40DEBF Turquoise

📋 copy color: '#40DEBF'

red 64 ◦ green 222 ◦ blue 191

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

Shades of Turquoise #40DEBF

Tints of Turquoise #40DEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.04%

R = 13.42%
G = 46.54%
B = 40.04%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#40DEBF (or 0x40DEBF) is known color: Turquoise. HEX triplet: 40, DE and BF. RGB value is (64,222,191). Sum of RGB (Red+Green+Blue) = 64+222+191=477 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.42% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 222 - color contains mainly: green. Hex color #40DEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DEBF is #BF2140. Grayscale: #ABABAB. Windows color (decimal): -12525889 or 12574272. OLE color: 12574272.

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

Color convert

RGB 64 222 191 -
CMYK 0.71 0 0.14 0.13
HSL 168.23º 0.71% 0.56% -
HSV(B) 168.23º 0.71% 0.87% -
XYZ 37.64 57.09 58.33 -
YUV 171.22 139.15 51.52 -
System Red Green Blue C M Y K H S L
Decimal 64 222 191 0.71 0 0.14 0.13 168.23 0.71 0.56
Hex 40 DE BF 47 0 E D A8 47 38
Octal 100 336 277 107 0 16 15 250 107 70
Binary 1000000 11011110 10111111 1000111 0 1110 1101 10101000 1000111 111000

Color Harmonies of #40DEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DEBF

Black with #40DEBF

Text Example


Text Example

White with #40DEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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