Html Css Color HEX #29DCB7 Turquoise

📋 copy color: '#29DCB7'

red 41 ◦ green 220 ◦ blue 183

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

Shades of Turquoise #29DCB7

Tints of Turquoise #29DCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.22%

R = 9.23%
G = 49.55%
B = 41.22%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#29DCB7 (or 0x29DCB7) is known color: Turquoise. HEX triplet: 29, DC and B7. RGB value is (41,220,183). Sum of RGB (Red+Green+Blue) = 41+220+183=444 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.23% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #29DCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DCB7 is #D62348. Grayscale: #A2A2A2. Windows color (decimal): -14033737 or 12049449. OLE color: 12049449.

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

Color convert

RGB 41 220 183 -
CMYK 0.81 0 0.17 0.14
HSL 167.6º 0.72% 0.51% -
HSV(B) 167.6º 0.81% 0.86% -
XYZ 35.05 55.08 53.58 -
YUV 162.26 139.7 41.51 -
System Red Green Blue C M Y K H S L
Decimal 41 220 183 0.81 0 0.17 0.14 167.6 0.72 0.51
Hex 29 DC B7 51 0 11 E A8 48 33
Octal 51 334 267 121 0 21 16 250 110 63
Binary 101001 11011100 10110111 1010001 0 10001 1110 10101000 1001000 110011

Color Harmonies of #29DCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DCB7

Black with #29DCB7

Text Example


Text Example

White with #29DCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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