Html Css Color HEX #29DABB Turquoise

📋 copy color: '#29DABB'

red 41 ◦ green 218 ◦ blue 187

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

Shades of Turquoise #29DABB

Tints of Turquoise #29DABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.93%

R = 9.19%
G = 48.88%
B = 41.93%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#29DABB (or 0x29DABB) is known color: Turquoise. HEX triplet: 29, DA and BB. RGB value is (41,218,187). Sum of RGB (Red+Green+Blue) = 41+218+187=446 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.19% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #29DABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DABB is #D62544. Grayscale: #A1A1A1. Windows color (decimal): -14034245 or 12311081. OLE color: 12311081.

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

Color convert

RGB 41 218 187 -
CMYK 0.81 0 0.14 0.15
HSL 169.49º 0.71% 0.51% -
HSV(B) 169.49º 0.81% 0.85% -
XYZ 34.96 54.2 55.63 -
YUV 161.54 142.36 42.02 -
System Red Green Blue C M Y K H S L
Decimal 41 218 187 0.81 0 0.14 0.15 169.49 0.71 0.51
Hex 29 DA BB 51 0 E F A9 47 33
Octal 51 332 273 121 0 16 17 251 107 63
Binary 101001 11011010 10111011 1010001 0 1110 1111 10101001 1000111 110011

Color Harmonies of #29DABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DABB

Black with #29DABB

Text Example


Text Example

White with #29DABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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