Html Css Color HEX #29DBC6 Turquoise

📋 copy color: '#29DBC6'

red 41 ◦ green 219 ◦ blue 198

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

Shades of Turquoise #29DBC6

Tints of Turquoise #29DBC6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.82%

 BLUE value IS 198 (77.73% from 255) = 43.23%

R = 8.95%
G = 47.82%
B = 43.23%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#29DBC6 (or 0x29DBC6) is known color: Turquoise. HEX triplet: 29, DB and C6. RGB value is (41,219,198). Sum of RGB (Red+Green+Blue) = 41+219+198=458 (60% of max value = 765). Red value is 41 (16.41% from 255 or 8.95% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #29DBC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DBC6 is #D62439. Grayscale: #A3A3A3. Windows color (decimal): -14033978 or 13032233. OLE color: 13032233.

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

Color convert

RGB 41 219 198 -
CMYK 0.81 0 0.10 0.14
HSL 172.92º 0.71% 0.51% -
HSV(B) 172.92º 0.81% 0.86% -
XYZ 36.44 55.21 62.16 -
YUV 163.38 147.53 40.71 -
System Red Green Blue C M Y K H S L
Decimal 41 219 198 0.81 0 0.10 0.14 172.92 0.71 0.51
Hex 29 DB C6 51 0 A E AD 47 33
Octal 51 333 306 121 0 12 16 255 107 63
Binary 101001 11011011 11000110 1010001 0 1010 1110 10101101 1000111 110011

Color Harmonies of #29DBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DBC6

Black with #29DBC6

Text Example


Text Example

White with #29DBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,219,198); }

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

background-color css

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

 a { background-color: rgb(41,219,198); }

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

border-color css

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

 span { border-color: rgb(41,219,198); }

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