#29CCCB

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

Shades of Medium Turquoise #29CCCB

Tints of Medium Turquoise #29CCCB

Color information

#29CCCB (or 0x29CCCB) is unknown color: approx Medium Turquoise. HEX triplet: 29, CC and CB. RGB value is (41,204,203). Sum of RGB (Red+Green+Blue) = 41+204+203=448 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.15% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #29CCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CCCB is #D63334. Grayscale: #9A9A9A. Windows color (decimal): -14037813 or 13356073. OLE color: 13356073.

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

Color convert

RGB41204203-
CMYK0.8000.000.2
HSL179.63º66.53%48.04%-
HSV(B)179.63º79.9%80%-
XYZ33.2947.9764-
YUV155.1515546.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.15%
GREEN value IS 204 (80.08% from 255) = 45.54%
BLUE value IS 203 (79.69% from 255) = 45.31%
R=9.15%
G=45.54%
B=45.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal412042030.8000.000.2179.6366.5348.04
Hex29CCCB500014b44330
Octal51314313120002426410360
Binary101001110011001100101110100000010100101101001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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