Html Css Color HEX #29DCB9 Turquoise

📋 copy color: '#29DCB9'

red 41 ◦ green 220 ◦ blue 185

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

Shades of Turquoise #29DCB9

Tints of Turquoise #29DCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.48%

R = 9.19%
G = 49.33%
B = 41.48%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#29DCB9 (or 0x29DCB9) is known color: Turquoise. HEX triplet: 29, DC and B9. RGB value is (41,220,185). Sum of RGB (Red+Green+Blue) = 41+220+185=446 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.19% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #29DCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DCB9 is #D62346. Grayscale: #A2A2A2. Windows color (decimal): -14033735 or 12180521. OLE color: 12180521.

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

Color convert

RGB 41 220 185 -
CMYK 0.81 0 0.16 0.14
HSL 168.27º 0.72% 0.51% -
HSV(B) 168.27º 0.81% 0.86% -
XYZ 35.26 55.16 54.69 -
YUV 162.49 140.7 41.35 -
System Red Green Blue C M Y K H S L
Decimal 41 220 185 0.81 0 0.16 0.14 168.27 0.72 0.51
Hex 29 DC B9 51 0 10 E A8 48 33
Octal 51 334 271 121 0 20 16 250 110 63
Binary 101001 11011100 10111001 1010001 0 10000 1110 10101000 1001000 110011

Color Harmonies of #29DCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DCB9

Black with #29DCB9

Text Example


Text Example

White with #29DCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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