#29C5CA

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

Shades of Medium Turquoise #29C5CA

Tints of Medium Turquoise #29C5CA

Color information

#29C5CA (or 0x29C5CA) is unknown color: approx Medium Turquoise. HEX triplet: 29, C5 and CA. RGB value is (41,197,202). Sum of RGB (Red+Green+Blue) = 41+197+202=440 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.32% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #29C5CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C5CA is #D63A35. Grayscale: #969696. Windows color (decimal): -14039606 or 13288745. OLE color: 13288745.

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

Color convert

RGB41197202-
CMYK0.800.0200.21
HSL181.86º66.26%47.65%-
HSV(B)181.86º79.7%79.22%-
XYZ31.5444.6762.84-
YUV150.93156.8249.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.32%
GREEN value IS 197 (77.34% from 255) = 44.77%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=9.32%
G=44.77%
B=45.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal411972020.800.0200.21181.8666.2647.65
Hex29C5CA502015b64230
Octal51305312120202526610260
Binary1010011100010111001010101000010010101101101101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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