Html Css Color HEX #29DBBB Turquoise

📋 copy color: '#29DBBB'

red 41 ◦ green 219 ◦ blue 187

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

Shades of Turquoise #29DBBB

Tints of Turquoise #29DBBB

RGB

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

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

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

R = 9.17%
G = 48.99%
B = 41.83%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#29DBBB (or 0x29DBBB) is known color: Turquoise. HEX triplet: 29, DB and BB. RGB value is (41,219,187). Sum of RGB (Red+Green+Blue) = 41+219+187=447 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.17% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #29DBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DBBB is #D62444. Grayscale: #A2A2A2. Windows color (decimal): -14033989 or 12311337. OLE color: 12311337.

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

Color convert

RGB 41 219 187 -
CMYK 0.81 0 0.15 0.14
HSL 169.21º 0.71% 0.51% -
HSV(B) 169.21º 0.81% 0.86% -
XYZ 35.22 54.72 55.72 -
YUV 162.13 142.03 41.6 -
System Red Green Blue C M Y K H S L
Decimal 41 219 187 0.81 0 0.15 0.14 169.21 0.71 0.51
Hex 29 DB BB 51 0 F E A9 47 33
Octal 51 333 273 121 0 17 16 251 107 63
Binary 101001 11011011 10111011 1010001 0 1111 1110 10101001 1000111 110011

Color Harmonies of #29DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DBBB

Black with #29DBBB

Text Example


Text Example

White with #29DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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