Html Css Color HEX #40DABD Turquoise

📋 copy color: '#40DABD'

red 64 ◦ green 218 ◦ blue 189

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

Shades of Turquoise #40DABD

Tints of Turquoise #40DABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.13%

R = 13.59%
G = 46.28%
B = 40.13%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#40DABD (or 0x40DABD) is known color: Turquoise. HEX triplet: 40, DA and BD. RGB value is (64,218,189). Sum of RGB (Red+Green+Blue) = 64+218+189=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #40DABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DABD is #BF2542. Grayscale: #A8A8A8. Windows color (decimal): -12526915 or 12442176. OLE color: 12442176.

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

Color convert

RGB 64 218 189 -
CMYK 0.71 0 0.13 0.15
HSL 168.7º 0.68% 0.55% -
HSV(B) 168.7º 0.71% 0.85% -
XYZ 36.37 54.91 56.83 -
YUV 168.65 139.48 53.36 -
System Red Green Blue C M Y K H S L
Decimal 64 218 189 0.71 0 0.13 0.15 168.7 0.68 0.55
Hex 40 DA BD 47 0 D F A9 44 37
Octal 100 332 275 107 0 15 17 251 104 67
Binary 1000000 11011010 10111101 1000111 0 1101 1111 10101001 1000100 110111

Color Harmonies of #40DABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DABD

Black with #40DABD

Text Example


Text Example

White with #40DABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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