Html Css Color HEX #40DEBC Turquoise

📋 copy color: '#40DEBC'

red 64 ◦ green 222 ◦ blue 188

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

Shades of Turquoise #40DEBC

Tints of Turquoise #40DEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.66%

R = 13.5%
G = 46.84%
B = 39.66%

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

#40DEBC (or 0x40DEBC) is known color: Turquoise. HEX triplet: 40, DE and BC. RGB value is (64,222,188). Sum of RGB (Red+Green+Blue) = 64+222+188=474 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.50% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #40DEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DEBC is #BF2143. Grayscale: #AAAAAA. Windows color (decimal): -12525892 or 12377664. OLE color: 12377664.

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

Color convert

RGB 64 222 188 -
CMYK 0.71 0 0.15 0.13
HSL 167.09º 0.71% 0.56% -
HSV(B) 167.09º 0.71% 0.87% -
XYZ 37.31 56.96 56.61 -
YUV 170.88 137.65 51.76 -
System Red Green Blue C M Y K H S L
Decimal 64 222 188 0.71 0 0.15 0.13 167.09 0.71 0.56
Hex 40 DE BC 47 0 F D A7 47 38
Octal 100 336 274 107 0 17 15 247 107 70
Binary 1000000 11011110 10111100 1000111 0 1111 1101 10100111 1000111 111000

Color Harmonies of #40DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DEBC

Black with #40DEBC

Text Example


Text Example

White with #40DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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