Html Css Color HEX #40DABC Turquoise

📋 copy color: '#40DABC'

red 64 ◦ green 218 ◦ blue 188

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

Shades of Turquoise #40DABC

Tints of Turquoise #40DABC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.38%

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

R = 13.62%
G = 46.38%
B = 40%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#40DABC (or 0x40DABC) is known color: Turquoise. HEX triplet: 40, DA and BC. RGB value is (64,218,188). Sum of RGB (Red+Green+Blue) = 64+218+188=470 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.62% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #40DABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DABC is #BF2543. Grayscale: #A8A8A8. Windows color (decimal): -12526916 or 12376640. OLE color: 12376640.

HSL color Cylindrical-coordinate representation of color #40DABC: hue angle of 168.31º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DABC is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 218 188 -
CMYK 0.71 0 0.14 0.15
HSL 168.31º 0.68% 0.55% -
HSV(B) 168.31º 0.71% 0.85% -
XYZ 36.26 54.86 56.26 -
YUV 168.53 138.98 53.44 -
System Red Green Blue C M Y K H S L
Decimal 64 218 188 0.71 0 0.14 0.15 168.31 0.68 0.55
Hex 40 DA BC 47 0 E F A8 44 37
Octal 100 332 274 107 0 16 17 250 104 67
Binary 1000000 11011010 10111100 1000111 0 1110 1111 10101000 1000100 110111

Color Harmonies of #40DABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DABC

Black with #40DABC

Text Example


Text Example

White with #40DABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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