#29CACC

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

Shades of Medium Turquoise #29CACC

Tints of Medium Turquoise #29CACC

Color information

#29CACC (or 0x29CACC) is unknown color: approx Medium Turquoise. HEX triplet: 29, CA and CC. RGB value is (41,202,204). Sum of RGB (Red+Green+Blue) = 41+202+204=447 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.17% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #29CACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CACC is #D63533. Grayscale: #999999. Windows color (decimal): -14038324 or 13421097. OLE color: 13421097.

HSL color Cylindrical-coordinate representation of color #29CACC: hue angle of 180.74º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CACC is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB41202204-
CMYK0.800.0100.2
HSL180.74º66.53%48.04%-
HSV(B)180.74º79.9%80%-
XYZ32.9347.0764.48-
YUV154.09156.1647.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.17%
GREEN value IS 202 (79.30% from 255) = 45.19%
BLUE value IS 204 (80.08% from 255) = 45.64%
R=9.17%
G=45.19%
B=45.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal412022040.800.0100.2180.7466.5348.04
Hex29CACC501014b54330
Octal51312314120102426510360
Binary101001110010101100110010100001010100101101011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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