#29C5CC

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

Shades of Medium Turquoise #29C5CC

Tints of Medium Turquoise #29C5CC

Color information

#29C5CC (or 0x29C5CC) is unknown color: approx Medium Turquoise. HEX triplet: 29, C5 and CC. RGB value is (41,197,204). Sum of RGB (Red+Green+Blue) = 41+197+204=442 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.28% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #29C5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C5CC is #D63A33. Grayscale: #969696. Windows color (decimal): -14039604 or 13419817. OLE color: 13419817.

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

Color convert

RGB41197204-
CMYK0.800.0300.2
HSL182.58º66.53%48.04%-
HSV(B)182.58º79.9%80%-
XYZ31.7844.7664.09-
YUV151.15157.8249.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.28%
GREEN value IS 197 (77.34% from 255) = 44.57%
BLUE value IS 204 (80.08% from 255) = 46.15%
R=9.28%
G=44.57%
B=46.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal411972040.800.0300.2182.5866.5348.04
Hex29C5CC503014b74330
Octal51305314120302426710360
Binary1010011100010111001100101000011010100101101111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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