Html Css Color HEX #40DCBB Turquoise

📋 copy color: '#40DCBB'

red 64 ◦ green 220 ◦ blue 187

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

Shades of Turquoise #40DCBB

Tints of Turquoise #40DCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.7%

R = 13.59%
G = 46.71%
B = 39.7%

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

#40DCBB (or 0x40DCBB) is known color: Turquoise. HEX triplet: 40, DC and BB. RGB value is (64,220,187). Sum of RGB (Red+Green+Blue) = 64+220+187=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #40DCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DCBB is #BF2344. Grayscale: #A9A9A9. Windows color (decimal): -12526405 or 12311616. OLE color: 12311616.

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

Color convert

RGB 64 220 187 -
CMYK 0.71 0 0.15 0.14
HSL 167.31º 0.69% 0.56% -
HSV(B) 167.31º 0.71% 0.86% -
XYZ 36.68 55.86 55.86 -
YUV 169.59 137.82 52.68 -
System Red Green Blue C M Y K H S L
Decimal 64 220 187 0.71 0 0.15 0.14 167.31 0.69 0.56
Hex 40 DC BB 47 0 F E A7 45 38
Octal 100 334 273 107 0 17 16 247 105 70
Binary 1000000 11011100 10111011 1000111 0 1111 1110 10100111 1000101 111000

Color Harmonies of #40DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DCBB

Black with #40DCBB

Text Example


Text Example

White with #40DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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