#29ECCC

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

Shades of Turquoise #29ECCC

Tints of Turquoise #29ECCC

Color information

#29ECCC (or 0x29ECCC) is unknown color: approx Turquoise. HEX triplet: 29, EC and CC. RGB value is (41,236,204). Sum of RGB (Red+Green+Blue) = 41+236+204=481 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.52% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #29ECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29ECCC is #D61333. Grayscale: #ADADAD. Windows color (decimal): -14029620 or 13429801. OLE color: 13429801.

HSL color Cylindrical-coordinate representation of color #29ECCC: hue angle of 170.15º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29ECCC is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB41236204-
CMYK0.8300.140.07
HSL170.15º83.69%54.31%-
HSV(B)170.15º82.63%92.55%-
XYZ41.8164.8267.44-
YUV174.05144.933.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.52%
GREEN value IS 236 (92.58% from 255) = 49.06%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=8.52%
G=49.06%
B=42.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal412362040.8300.140.07170.1583.6954.31
Hex29ECCC530E7aa5436
Octal51354314123016725212466
Binary1010011110110011001100101001101110111101010101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29ECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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