Html Css Color HEX #29DCB8 Turquoise

📋 copy color: '#29DCB8'

red 41 ◦ green 220 ◦ blue 184

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

Shades of Turquoise #29DCB8

Tints of Turquoise #29DCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.35%

R = 9.21%
G = 49.44%
B = 41.35%

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

#29DCB8 (or 0x29DCB8) is known color: Turquoise. HEX triplet: 29, DC and B8. RGB value is (41,220,184). Sum of RGB (Red+Green+Blue) = 41+220+184=445 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.21% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #29DCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DCB8 is #D62347. Grayscale: #A2A2A2. Windows color (decimal): -14033736 or 12114985. OLE color: 12114985.

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

Color convert

RGB 41 220 184 -
CMYK 0.81 0 0.16 0.14
HSL 167.93º 0.72% 0.51% -
HSV(B) 167.93º 0.81% 0.86% -
XYZ 35.16 55.12 54.13 -
YUV 162.38 140.2 41.43 -
System Red Green Blue C M Y K H S L
Decimal 41 220 184 0.81 0 0.16 0.14 167.93 0.72 0.51
Hex 29 DC B8 51 0 10 E A8 48 33
Octal 51 334 270 121 0 20 16 250 110 63
Binary 101001 11011100 10111000 1010001 0 10000 1110 10101000 1001000 110011

Color Harmonies of #29DCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DCB8

Black with #29DCB8

Text Example


Text Example

White with #29DCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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