Html Css Color HEX #40DBD8 Turquoise

📋 copy color: '#40DBD8'

red 64 ◦ green 219 ◦ blue 216

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

Shades of Turquoise #40DBD8

Tints of Turquoise #40DBD8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.89%

 BLUE value IS 216 (84.77% from 255) = 43.29%

R = 12.83%
G = 43.89%
B = 43.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#40DBD8 (or 0x40DBD8) is known color: Turquoise. HEX triplet: 40, DB and D8. RGB value is (64,219,216). Sum of RGB (Red+Green+Blue) = 64+219+216=499 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.83% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBD8 is #BF2427. Grayscale: #ACACAC. Windows color (decimal): -12526632 or 14211904. OLE color: 14211904.

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

Color convert

RGB 64 219 216 -
CMYK 0.71 0 0.01 0.14
HSL 178.84º 0.68% 0.55% -
HSV(B) 178.84º 0.71% 0.86% -
XYZ 39.84 56.71 73.81 -
YUV 172.31 152.65 50.74 -
System Red Green Blue C M Y K H S L
Decimal 64 219 216 0.71 0 0.01 0.14 178.84 0.68 0.55
Hex 40 DB D8 47 0 1 E B3 44 37
Octal 100 333 330 107 0 1 16 263 104 67
Binary 1000000 11011011 11011000 1000111 0 1 1110 10110011 1000100 110111

Color Harmonies of #40DBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DBD8

Black with #40DBD8

Text Example


Text Example

White with #40DBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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