Html Css Color HEX #40D8BA Turquoise

📋 copy color: '#40D8BA'

red 64 ◦ green 216 ◦ blue 186

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

Shades of Turquoise #40D8BA

Tints of Turquoise #40D8BA

RGB

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

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

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

R = 13.73%
G = 46.35%
B = 39.91%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#40D8BA (or 0x40D8BA) is known color: Turquoise. HEX triplet: 40, D8 and BA. RGB value is (64,216,186). Sum of RGB (Red+Green+Blue) = 64+216+186=466 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.73% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #40D8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D8BA is #BF2745. Grayscale: #A7A7A7. Windows color (decimal): -12527430 or 12245056. OLE color: 12245056.

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

Color convert

RGB 64 216 186 -
CMYK 0.70 0 0.14 0.15
HSL 168.16º 0.66% 0.55% -
HSV(B) 168.16º 0.7% 0.85% -
XYZ 35.53 53.75 54.96 -
YUV 167.13 138.64 54.44 -
System Red Green Blue C M Y K H S L
Decimal 64 216 186 0.70 0 0.14 0.15 168.16 0.66 0.55
Hex 40 D8 BA 46 0 E F A8 42 37
Octal 100 330 272 106 0 16 17 250 102 67
Binary 1000000 11011000 10111010 1000110 0 1110 1111 10101000 1000010 110111

Color Harmonies of #40D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D8BA

Black with #40D8BA

Text Example


Text Example

White with #40D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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