#29CAC8

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

Shades of Medium Turquoise #29CAC8

Tints of Medium Turquoise #29CAC8

Color information

#29CAC8 (or 0x29CAC8) is unknown color: approx Medium Turquoise. HEX triplet: 29, CA and C8. RGB value is (41,202,200). Sum of RGB (Red+Green+Blue) = 41+202+200=443 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.26% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #29CAC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CAC8 is #D63537. Grayscale: #999999. Windows color (decimal): -14038328 or 13158953. OLE color: 13158953.

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

Color convert

RGB41202200-
CMYK0.8000.010.21
HSL179.25º66.26%47.65%-
HSV(B)179.25º79.7%79.22%-
XYZ32.4646.8861.98-
YUV153.63154.1647.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.26%
GREEN value IS 202 (79.30% from 255) = 45.60%
BLUE value IS 200 (78.52% from 255) = 45.15%
R=9.26%
G=45.60%
B=45.15%

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
Decimal412022000.8000.010.21179.2566.2647.65
Hex29CAC8500115b34230
Octal51312310120012526310260
Binary101001110010101100100010100000110101101100111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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