Html Css Color HEX #29DAC0 Turquoise

📋 copy color: '#29DAC0'

red 41 ◦ green 218 ◦ blue 192

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

Shades of Turquoise #29DAC0

Tints of Turquoise #29DAC0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.34%

 BLUE value IS 192 (75.39% from 255) = 42.57%

R = 9.09%
G = 48.34%
B = 42.57%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#29DAC0 (or 0x29DAC0) is known color: Turquoise. HEX triplet: 29, DA and C0. RGB value is (41,218,192). Sum of RGB (Red+Green+Blue) = 41+218+192=451 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.09% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #29DAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DAC0 is #D6253F. Grayscale: #A2A2A2. Windows color (decimal): -14034240 or 12638761. OLE color: 12638761.

HSL color Cylindrical-coordinate representation of color #29DAC0: hue angle of 171.19º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DAC0 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 218 192 -
CMYK 0.81 0 0.12 0.15
HSL 171.19º 0.71% 0.51% -
HSV(B) 171.19º 0.81% 0.85% -
XYZ 35.5 54.42 58.5 -
YUV 162.11 144.86 41.61 -
System Red Green Blue C M Y K H S L
Decimal 41 218 192 0.81 0 0.12 0.15 171.19 0.71 0.51
Hex 29 DA C0 51 0 C F AB 47 33
Octal 51 332 300 121 0 14 17 253 107 63
Binary 101001 11011010 11000000 1010001 0 1100 1111 10101011 1000111 110011

Color Harmonies of #29DAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DAC0

Black with #29DAC0

Text Example


Text Example

White with #29DAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,218,192); }

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

background-color css

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

 a { background-color: rgb(41,218,192); }

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

border-color css

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

 span { border-color: rgb(41,218,192); }

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