#29CCCC

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

Shades of Medium Turquoise #29CCCC

Tints of Medium Turquoise #29CCCC

Color information

#29CCCC (or 0x29CCCC) is unknown color: approx Medium Turquoise. HEX triplet: 29, CC and CC. RGB value is (41,204,204). Sum of RGB (Red+Green+Blue) = 41+204+204=449 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.13% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #29CCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CCCC is #D63333. Grayscale: #9B9B9B. Windows color (decimal): -14037812 or 13421609. OLE color: 13421609.

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

Color convert

RGB41204204-
CMYK0.80000.2
HSL180º66.53%48.04%-
HSV(B)180º79.9%80%-
XYZ33.4148.0264.63-
YUV155.26155.546.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.13%
GREEN value IS 204 (80.08% from 255) = 45.43%
BLUE value IS 204 (80.08% from 255) = 45.43%
R=9.13%
G=45.43%
B=45.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal412042040.80000.218066.5348.04
Hex29CCCC500014b44330
Octal51314314120002426410360
Binary101001110011001100110010100000010100101101001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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