#29CAC7

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

Shades of Medium Turquoise #29CAC7

Tints of Medium Turquoise #29CAC7

Color information

#29CAC7 (or 0x29CAC7) is unknown color: approx Medium Turquoise. HEX triplet: 29, CA and C7. RGB value is (41,202,199). Sum of RGB (Red+Green+Blue) = 41+202+199=442 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.28% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #29CAC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CAC7 is #D63538. Grayscale: #999999. Windows color (decimal): -14038329 or 13093417. OLE color: 13093417.

HSL color Cylindrical-coordinate representation of color #29CAC7: hue angle of 178.88º 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 #29CAC7 is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB41202199-
CMYK0.8000.010.21
HSL178.88º66.26%47.65%-
HSV(B)178.88º79.7%79.22%-
XYZ32.3446.8461.37-
YUV153.52153.6647.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.28%
GREEN value IS 202 (79.30% from 255) = 45.70%
BLUE value IS 199 (78.12% from 255) = 45.02%
R=9.28%
G=45.70%
B=45.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal412021990.8000.010.21178.8866.2647.65
Hex29CAC7500115b34230
Octal51312307120012526310260
Binary101001110010101100011110100000110101101100111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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