#29DACA

Color #29DACA Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #29DACA

Tints of Turquoise #29DACA

Color information

#29DACA (or 0x29DACA) is unknown color: approx Turquoise. HEX triplet: 29, DA and CA. RGB value is (41,218,202). Sum of RGB (Red+Green+Blue) = 41+218+202=461 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.89% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #29DACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DACA is #D62535. Grayscale: #A3A3A3. Windows color (decimal): -14034230 or 13294121. OLE color: 13294121.

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

Color convert

RGB41218202-
CMYK0.8100.070.15
HSL174.58º70.52%50.78%-
HSV(B)174.58º81.19%85.49%-
XYZ36.6554.8864.54-
YUV163.25149.8640.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.89%
GREEN value IS 218 (85.55% from 255) = 47.29%
BLUE value IS 202 (79.30% from 255) = 43.82%
R=8.89%
G=47.29%
B=43.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal412182020.8100.070.15174.5870.5250.78
Hex29DACA5107Faf4733
Octal51332312121071725710763
Binary1010011101101011001010101000101111111101011111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29DACA;
 }
 .AnyTagClassName
 {
   color: #29DACA;
 }
</style>
background-color css

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

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

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

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

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

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