Html Css Color HEX #40D8BB Turquoise

📋 copy color: '#40D8BB'

red 64 ◦ green 216 ◦ blue 187

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

Shades of Turquoise #40D8BB

Tints of Turquoise #40D8BB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.25%

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

R = 13.7%
G = 46.25%
B = 40.04%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#40D8BB (or 0x40D8BB) is known color: Turquoise. HEX triplet: 40, D8 and BB. RGB value is (64,216,187). Sum of RGB (Red+Green+Blue) = 64+216+187=467 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.70% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #40D8BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D8BB is #BF2744. Grayscale: #A7A7A7. Windows color (decimal): -12527429 or 12310592. OLE color: 12310592.

HSL color Cylindrical-coordinate representation of color #40D8BB: hue angle of 168.55º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D8BB is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 216 187 -
CMYK 0.70 0 0.13 0.15
HSL 168.55º 0.66% 0.55% -
HSV(B) 168.55º 0.7% 0.85% -
XYZ 35.64 53.79 55.52 -
YUV 167.25 139.14 54.36 -
System Red Green Blue C M Y K H S L
Decimal 64 216 187 0.70 0 0.13 0.15 168.55 0.66 0.55
Hex 40 D8 BB 46 0 D F A9 42 37
Octal 100 330 273 106 0 15 17 251 102 67
Binary 1000000 11011000 10111011 1000110 0 1101 1111 10101001 1000010 110111

Color Harmonies of #40D8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D8BB

Black with #40D8BB

Text Example


Text Example

White with #40D8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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