Html Css Color HEX #40D6DB Turquoise

📋 copy color: '#40D6DB'

red 64 ◦ green 214 ◦ blue 219

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

Shades of Turquoise #40D6DB

Tints of Turquoise #40D6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.06%

 BLUE value IS 219 (85.94% from 255) = 44.06%

R = 12.88%
G = 43.06%
B = 44.06%

CMYK

 C value IS 0.71

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#40D6DB (or 0x40D6DB) is known color: Turquoise. HEX triplet: 40, D6 and DB. RGB value is (64,214,219). Sum of RGB (Red+Green+Blue) = 64+214+219=497 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.88% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #40D6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D6DB is #BF2924. Grayscale: #A9A9A9. Windows color (decimal): -12527909 or 14407232. OLE color: 14407232.

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

Color convert

RGB 64 214 219 -
CMYK 0.71 0.02 0 0.14
HSL 181.94º 0.68% 0.55% -
HSV(B) 181.94º 0.71% 0.86% -
XYZ 38.95 54.3 75.45 -
YUV 169.72 155.81 52.59 -
System Red Green Blue C M Y K H S L
Decimal 64 214 219 0.71 0.02 0 0.14 181.94 0.68 0.55
Hex 40 D6 DB 47 2 0 E B6 44 37
Octal 100 326 333 107 2 0 16 266 104 67
Binary 1000000 11010110 11011011 1000111 10 0 1110 10110110 1000100 110111

Color Harmonies of #40D6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D6DB

Black with #40D6DB

Text Example


Text Example

White with #40D6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,214,219); }

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

background-color css

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

 a { background-color: rgb(64,214,219); }

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

border-color css

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

 span { border-color: rgb(64,214,219); }

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