Html Css Color HEX #29DCBB Turquoise

📋 copy color: '#29DCBB'

red 41 ◦ green 220 ◦ blue 187

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

Shades of Turquoise #29DCBB

Tints of Turquoise #29DCBB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.11%

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

R = 9.15%
G = 49.11%
B = 41.74%

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

#29DCBB (or 0x29DCBB) is known color: Turquoise. HEX triplet: 29, DC and BB. RGB value is (41,220,187). Sum of RGB (Red+Green+Blue) = 41+220+187=448 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.15% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #29DCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DCBB is #D62344. Grayscale: #A2A2A2. Windows color (decimal): -14033733 or 12311593. OLE color: 12311593.

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

Color convert

RGB 41 220 187 -
CMYK 0.81 0 0.15 0.14
HSL 168.94º 0.72% 0.51% -
HSV(B) 168.94º 0.81% 0.86% -
XYZ 35.48 55.25 55.81 -
YUV 162.72 141.7 41.18 -
System Red Green Blue C M Y K H S L
Decimal 41 220 187 0.81 0 0.15 0.14 168.94 0.72 0.51
Hex 29 DC BB 51 0 F E A9 48 33
Octal 51 334 273 121 0 17 16 251 110 63
Binary 101001 11011100 10111011 1010001 0 1111 1110 10101001 1001000 110011

Color Harmonies of #29DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DCBB

Black with #29DCBB

Text Example


Text Example

White with #29DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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