Html Css Color HEX #40DBBA Turquoise

📋 copy color: '#40DBBA'

red 64 ◦ green 219 ◦ blue 186

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

Shades of Turquoise #40DBBA

Tints of Turquoise #40DBBA

RGB

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

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

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

R = 13.65%
G = 46.7%
B = 39.66%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#40DBBA (or 0x40DBBA) is known color: Turquoise. HEX triplet: 40, DB and BA. RGB value is (64,219,186). Sum of RGB (Red+Green+Blue) = 64+219+186=469 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.65% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBBA is #BF2445. Grayscale: #A8A8A8. Windows color (decimal): -12526662 or 12245824. OLE color: 12245824.

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

Color convert

RGB 64 219 186 -
CMYK 0.71 0 0.15 0.14
HSL 167.23º 0.68% 0.55% -
HSV(B) 167.23º 0.71% 0.86% -
XYZ 36.31 55.3 55.21 -
YUV 168.89 137.65 53.18 -
System Red Green Blue C M Y K H S L
Decimal 64 219 186 0.71 0 0.15 0.14 167.23 0.68 0.55
Hex 40 DB BA 47 0 F E A7 44 37
Octal 100 333 272 107 0 17 16 247 104 67
Binary 1000000 11011011 10111010 1000111 0 1111 1110 10100111 1000100 110111

Color Harmonies of #40DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DBBA

Black with #40DBBA

Text Example


Text Example

White with #40DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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