Html Css Color HEX #29DDBB Turquoise

📋 copy color: '#29DDBB'

red 41 ◦ green 221 ◦ blue 187

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

Shades of Turquoise #29DDBB

Tints of Turquoise #29DDBB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.22%

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

R = 9.13%
G = 49.22%
B = 41.65%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#29DDBB (or 0x29DDBB) is known color: Turquoise. HEX triplet: 29, DD and BB. RGB value is (41,221,187). Sum of RGB (Red+Green+Blue) = 41+221+187=449 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.13% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #29DDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DDBB is #D62244. Grayscale: #A3A3A3. Windows color (decimal): -14033477 or 12311849. OLE color: 12311849.

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

Color convert

RGB 41 221 187 -
CMYK 0.81 0 0.15 0.13
HSL 168.67º 0.73% 0.51% -
HSV(B) 168.67º 0.81% 0.87% -
XYZ 35.74 55.77 55.9 -
YUV 163.3 141.37 40.76 -
System Red Green Blue C M Y K H S L
Decimal 41 221 187 0.81 0 0.15 0.13 168.67 0.73 0.51
Hex 29 DD BB 51 0 F D A9 49 33
Octal 51 335 273 121 0 17 15 251 111 63
Binary 101001 11011101 10111011 1010001 0 1111 1101 10101001 1001001 110011

Color Harmonies of #29DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DDBB

Black with #29DDBB

Text Example


Text Example

White with #29DDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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