Html Css Color HEX #29DABA Turquoise

📋 copy color: '#29DABA'

red 41 ◦ green 218 ◦ blue 186

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

Shades of Turquoise #29DABA

Tints of Turquoise #29DABA

RGB

 RED value IS 41 (16.41% from 255) = 9.21%

 GREEN value IS 218 (85.55% from 255) = 48.99%

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

R = 9.21%
G = 48.99%
B = 41.8%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#29DABA (or 0x29DABA) is known color: Turquoise. HEX triplet: 29, DA and BA. RGB value is (41,218,186). Sum of RGB (Red+Green+Blue) = 41+218+186=445 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.21% from 445); Green value is 218 (85.55% from 255 or 48.99% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 218 - color contains mainly: green. Hex color #29DABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DABA is #D62545. Grayscale: #A1A1A1. Windows color (decimal): -14034246 or 12245545. OLE color: 12245545.

HSL color Cylindrical-coordinate representation of color #29DABA: hue angle of 169.15º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DABA is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 218 186 -
CMYK 0.81 0 0.15 0.15
HSL 169.15º 0.71% 0.51% -
HSV(B) 169.15º 0.81% 0.85% -
XYZ 34.85 54.16 55.07 -
YUV 161.43 141.86 42.1 -
System Red Green Blue C M Y K H S L
Decimal 41 218 186 0.81 0 0.15 0.15 169.15 0.71 0.51
Hex 29 DA BA 51 0 F F A9 47 33
Octal 51 332 272 121 0 17 17 251 107 63
Binary 101001 11011010 10111010 1010001 0 1111 1111 10101001 1000111 110011

Color Harmonies of #29DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DABA

Black with #29DABA

Text Example


Text Example

White with #29DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29DABA; }

 p { color: rgb(41,218,186); }

 H1.HeaderClassName
 {
   color: #29DABA;
 }
 .AnyTagClassName
 {
   color: #29DABA;
 }
</style>

background-color css

<style>
 a { background-color: #29DABA; }

 a { background-color: rgb(41,218,186); }

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

border-color css

<style>
 span { border-color: #29DABA; }

 span { border-color: rgb(41,218,186); }

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