Html Css Color HEX #40DBD5 Turquoise

📋 copy color: '#40DBD5'

red 64 ◦ green 219 ◦ blue 213

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

Shades of Turquoise #40DBD5

Tints of Turquoise #40DBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.94%

R = 12.9%
G = 44.15%
B = 42.94%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#40DBD5 (or 0x40DBD5) is known color: Turquoise. HEX triplet: 40, DB and D5. RGB value is (64,219,213). Sum of RGB (Red+Green+Blue) = 64+219+213=496 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.90% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBD5 is #BF242A. Grayscale: #ABABAB. Windows color (decimal): -12526635 or 14015296. OLE color: 14015296.

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

Color convert

RGB 64 219 213 -
CMYK 0.71 0 0.03 0.14
HSL 177.68º 0.68% 0.55% -
HSV(B) 177.68º 0.71% 0.86% -
XYZ 39.46 56.56 71.79 -
YUV 171.97 151.15 50.99 -
System Red Green Blue C M Y K H S L
Decimal 64 219 213 0.71 0 0.03 0.14 177.68 0.68 0.55
Hex 40 DB D5 47 0 3 E B2 44 37
Octal 100 333 325 107 0 3 16 262 104 67
Binary 1000000 11011011 11010101 1000111 0 11 1110 10110010 1000100 110111

Color Harmonies of #40DBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DBD5

Black with #40DBD5

Text Example


Text Example

White with #40DBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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