Html Css Color HEX #29DAC7 Turquoise

📋 copy color: '#29DAC7'

red 41 ◦ green 218 ◦ blue 199

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

Shades of Turquoise #29DAC7

Tints of Turquoise #29DAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.45%

R = 8.95%
G = 47.6%
B = 43.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#29DAC7 (or 0x29DAC7) is known color: Turquoise. HEX triplet: 29, DA and C7. RGB value is (41,218,199). Sum of RGB (Red+Green+Blue) = 41+218+199=458 (60% of max value = 765). Red value is 41 (16.41% from 255 or 8.95% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #29DAC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DAC7 is #D62538. Grayscale: #A2A2A2. Windows color (decimal): -14034233 or 13097513. OLE color: 13097513.

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

Color convert

RGB 41 218 199 -
CMYK 0.81 0 0.09 0.15
HSL 173.56º 0.71% 0.51% -
HSV(B) 173.56º 0.81% 0.85% -
XYZ 36.29 54.74 62.69 -
YUV 162.91 148.36 41.04 -
System Red Green Blue C M Y K H S L
Decimal 41 218 199 0.81 0 0.09 0.15 173.56 0.71 0.51
Hex 29 DA C7 51 0 9 F AE 47 33
Octal 51 332 307 121 0 11 17 256 107 63
Binary 101001 11011010 11000111 1010001 0 1001 1111 10101110 1000111 110011

Color Harmonies of #29DAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DAC7

Black with #29DAC7

Text Example


Text Example

White with #29DAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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