#29CAC6

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

Shades of Medium Turquoise #29CAC6

Tints of Medium Turquoise #29CAC6

Color information

#29CAC6 (or 0x29CAC6) is unknown color: approx Medium Turquoise. HEX triplet: 29, CA and C6. RGB value is (41,202,198). Sum of RGB (Red+Green+Blue) = 41+202+198=441 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.30% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #29CAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CAC6 is #D63539. Grayscale: #999999. Windows color (decimal): -14038330 or 13027881. OLE color: 13027881.

HSL color Cylindrical-coordinate representation of color #29CAC6: hue angle of 178.51º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CAC6 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB41202198-
CMYK0.8000.020.21
HSL178.51º66.26%47.65%-
HSV(B)178.51º79.7%79.22%-
XYZ32.2346.7960.76-
YUV153.4153.1647.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.30%
GREEN value IS 202 (79.30% from 255) = 45.80%
BLUE value IS 198 (77.73% from 255) = 44.90%
R=9.30%
G=45.80%
B=44.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal412021980.8000.020.21178.5166.2647.65
Hex29CAC6500215b34230
Octal51312306120022526310260
Binary1010011100101011000110101000001010101101100111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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