#29CAC4

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

Shades of Medium Turquoise #29CAC4

Tints of Medium Turquoise #29CAC4

Color information

#29CAC4 (or 0x29CAC4) is unknown color: approx Medium Turquoise. HEX triplet: 29, CA and C4. RGB value is (41,202,196). Sum of RGB (Red+Green+Blue) = 41+202+196=439 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.34% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #29CAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CAC4 is #D6353B. Grayscale: #999999. Windows color (decimal): -14038332 or 12896809. OLE color: 12896809.

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

Color convert

RGB41202196-
CMYK0.8000.030.21
HSL177.76º66.26%47.65%-
HSV(B)177.76º79.7%79.22%-
XYZ3246.759.55-
YUV153.18152.1647.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.34%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 196 (76.95% from 255) = 44.65%
R=9.34%
G=46.01%
B=44.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal412021960.8000.030.21177.7666.2647.65
Hex29CAC4500315b24230
Octal51312304120032526210260
Binary1010011100101011000100101000001110101101100101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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