Html Css Color HEX #40DBC9 Turquoise

📋 copy color: '#40DBC9'

red 64 ◦ green 219 ◦ blue 201

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

Shades of Turquoise #40DBC9

Tints of Turquoise #40DBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.53%

R = 13.22%
G = 45.25%
B = 41.53%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#40DBC9 (or 0x40DBC9) is known color: Turquoise. HEX triplet: 40, DB and C9. RGB value is (64,219,201). Sum of RGB (Red+Green+Blue) = 64+219+201=484 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.22% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBC9 is #BF2436. Grayscale: #AAAAAA. Windows color (decimal): -12526647 or 13228864. OLE color: 13228864.

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

Color convert

RGB 64 219 201 -
CMYK 0.71 0 0.08 0.14
HSL 173.03º 0.68% 0.55% -
HSV(B) 173.03º 0.71% 0.86% -
XYZ 37.99 55.97 64.06 -
YUV 170.6 145.15 51.96 -
System Red Green Blue C M Y K H S L
Decimal 64 219 201 0.71 0 0.08 0.14 173.03 0.68 0.55
Hex 40 DB C9 47 0 8 E AD 44 37
Octal 100 333 311 107 0 10 16 255 104 67
Binary 1000000 11011011 11001001 1000111 0 1000 1110 10101101 1000100 110111

Color Harmonies of #40DBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DBC9

Black with #40DBC9

Text Example


Text Example

White with #40DBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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