Html Css Color HEX #29DCBE Turquoise

📋 copy color: '#29DCBE'

red 41 ◦ green 220 ◦ blue 190

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

Shades of Turquoise #29DCBE

Tints of Turquoise #29DCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 9.09%
G = 48.78%
B = 42.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#29DCBE (or 0x29DCBE) is known color: Turquoise. HEX triplet: 29, DC and BE. RGB value is (41,220,190). Sum of RGB (Red+Green+Blue) = 41+220+190=451 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.09% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #29DCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DCBE is #D62341. Grayscale: #A3A3A3. Windows color (decimal): -14033730 or 12508201. OLE color: 12508201.

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

Color convert

RGB 41 220 190 -
CMYK 0.81 0 0.14 0.14
HSL 169.94º 0.72% 0.51% -
HSV(B) 169.94º 0.81% 0.86% -
XYZ 35.8 55.38 57.52 -
YUV 163.06 143.2 40.94 -
System Red Green Blue C M Y K H S L
Decimal 41 220 190 0.81 0 0.14 0.14 169.94 0.72 0.51
Hex 29 DC BE 51 0 E E AA 48 33
Octal 51 334 276 121 0 16 16 252 110 63
Binary 101001 11011100 10111110 1010001 0 1110 1110 10101010 1001000 110011

Color Harmonies of #29DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DCBE

Black with #29DCBE

Text Example


Text Example

White with #29DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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