#29C9CA

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

Shades of Medium Turquoise #29C9CA

Tints of Medium Turquoise #29C9CA

Color information

#29C9CA (or 0x29C9CA) is unknown color: approx Medium Turquoise. HEX triplet: 29, C9 and CA. RGB value is (41,201,202). Sum of RGB (Red+Green+Blue) = 41+201+202=444 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.23% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #29C9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C9CA is #D63635. Grayscale: #999999. Windows color (decimal): -14038582 or 13289769. OLE color: 13289769.

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

Color convert

RGB41201202-
CMYK0.800.0000.21
HSL180.37º66.26%47.65%-
HSV(B)180.37º79.7%79.22%-
XYZ32.4646.5163.14-
YUV153.27155.4947.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.23%
GREEN value IS 201 (78.91% from 255) = 45.27%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=9.23%
G=45.27%
B=45.50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal412012020.800.0000.21180.3766.2647.65
Hex29C9CA500015b44230
Octal51311312120002526410260
Binary101001110010011100101010100000010101101101001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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