Html Css Color HEX #40DCBA Turquoise

📋 copy color: '#40DCBA'

red 64 ◦ green 220 ◦ blue 186

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

Shades of Turquoise #40DCBA

Tints of Turquoise #40DCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.81%

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 13.62%
G = 46.81%
B = 39.57%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#40DCBA (or 0x40DCBA) is known color: Turquoise. HEX triplet: 40, DC and BA. RGB value is (64,220,186). Sum of RGB (Red+Green+Blue) = 64+220+186=470 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.62% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #40DCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DCBA is #BF2345. Grayscale: #A9A9A9. Windows color (decimal): -12526406 or 12246080. OLE color: 12246080.

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

Color convert

RGB 64 220 186 -
CMYK 0.71 0 0.15 0.14
HSL 166.92º 0.69% 0.56% -
HSV(B) 166.92º 0.71% 0.86% -
XYZ 36.57 55.82 55.3 -
YUV 169.48 137.32 52.76 -
System Red Green Blue C M Y K H S L
Decimal 64 220 186 0.71 0 0.15 0.14 166.92 0.69 0.56
Hex 40 DC BA 47 0 F E A7 45 38
Octal 100 334 272 107 0 17 16 247 105 70
Binary 1000000 11011100 10111010 1000111 0 1111 1110 10100111 1000101 111000

Color Harmonies of #40DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DCBA

Black with #40DCBA

Text Example


Text Example

White with #40DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,220,186); }

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

background-color css

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

 a { background-color: rgb(64,220,186); }

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

border-color css

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

 span { border-color: rgb(64,220,186); }

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